|
LLVM
8.0.1
|
#include "CodeGen/MIRParser/MIParser.h"

Public Member Functions | |
| PerFunctionMIParsingState (MachineFunction &MF, SourceMgr &SM, const SlotMapping &IRSlots, const Name2RegClassMap &Names2RegClasses, const Name2RegBankMap &Names2RegBanks) | |
| VRegInfo & | getVRegInfo (unsigned Num) |
| VRegInfo & | getVRegInfoNamed (StringRef RegName) |
Public Attributes | |
| BumpPtrAllocator | Allocator |
| MachineFunction & | MF |
| SourceMgr * | SM |
| const SlotMapping & | IRSlots |
| const Name2RegClassMap & | Names2RegClasses |
| const Name2RegBankMap & | Names2RegBanks |
| DenseMap< unsigned, MachineBasicBlock * > | MBBSlots |
| DenseMap< unsigned, VRegInfo * > | VRegInfos |
| StringMap< VRegInfo * > | VRegInfosNamed |
| DenseMap< unsigned, int > | FixedStackObjectSlots |
| DenseMap< unsigned, int > | StackObjectSlots |
| DenseMap< unsigned, unsigned > | ConstantPoolSlots |
| DenseMap< unsigned, unsigned > | JumpTableSlots |
Definition at line 49 of file MIParser.h.
| PerFunctionMIParsingState::PerFunctionMIParsingState | ( | MachineFunction & | MF, |
| SourceMgr & | SM, | ||
| const SlotMapping & | IRSlots, | ||
| const Name2RegClassMap & | Names2RegClasses, | ||
| const Name2RegBankMap & | Names2RegBanks | ||
| ) |
Definition at line 84 of file MIParser.cpp.
Definition at line 92 of file MIParser.cpp.
References Allocator, llvm::MachineRegisterInfo::createIncompleteVirtualRegister(), llvm::MachineFunction::getRegInfo(), I, Info, MF, MRI, llvm::VRegInfo::VReg, and VRegInfos.
Referenced by isImplicitOperandIn(), and llvm::MIRParserImpl::parseRegisterInfo().
Definition at line 103 of file MIParser.cpp.
References Allocator, assert(), llvm::MachineRegisterInfo::createIncompleteVirtualRegister(), llvm::MachineFunction::getRegInfo(), I, Info, MF, llvm::StringRef::str(), llvm::VRegInfo::VReg, and VRegInfosNamed.
Referenced by isImplicitOperandIn().
| BumpPtrAllocator llvm::PerFunctionMIParsingState::Allocator |
Definition at line 50 of file MIParser.h.
Referenced by getVRegInfo(), and getVRegInfoNamed().
Definition at line 62 of file MIParser.h.
Referenced by llvm::MIRParserImpl::initializeConstantPool().
Definition at line 60 of file MIParser.h.
Referenced by llvm::MIRParserImpl::initializeFrameInfo().
| const SlotMapping& llvm::PerFunctionMIParsingState::IRSlots |
Definition at line 53 of file MIParser.h.
Definition at line 63 of file MIParser.h.
Referenced by llvm::MIRParserImpl::initializeJumpTableInfo().
| DenseMap<unsigned, MachineBasicBlock *> llvm::PerFunctionMIParsingState::MBBSlots |
Definition at line 57 of file MIParser.h.
Referenced by llvm::parseMachineBasicBlockDefinitions(), and toString().
| MachineFunction& llvm::PerFunctionMIParsingState::MF |
Definition at line 51 of file MIParser.h.
Referenced by getIRBlockFromSlot(), getVRegInfo(), getVRegInfoNamed(), llvm::MIRParserImpl::initializeConstantPool(), llvm::MIRParserImpl::initializeFrameInfo(), llvm::MIRParserImpl::initializeJumpTableInfo(), initSlots2Values(), isImplicitOperandIn(), llvm::MIRParserImpl::parseRegisterInfo(), llvm::MIRParserImpl::parseStackObjectsDebugInfo(), llvm::MIRParserImpl::setupRegisterInfo(), and toString().
| const Name2RegBankMap& llvm::PerFunctionMIParsingState::Names2RegBanks |
Definition at line 55 of file MIParser.h.
Referenced by isImplicitOperandIn().
| const Name2RegClassMap& llvm::PerFunctionMIParsingState::Names2RegClasses |
Definition at line 54 of file MIParser.h.
Referenced by isImplicitOperandIn().
| SourceMgr* llvm::PerFunctionMIParsingState::SM |
Definition at line 52 of file MIParser.h.
Referenced by llvm::MIRParserImpl::initializeMachineFunction().
Definition at line 61 of file MIParser.h.
Referenced by llvm::MIRParserImpl::initializeFrameInfo().
Definition at line 58 of file MIParser.h.
Referenced by getVRegInfo(), and llvm::MIRParserImpl::setupRegisterInfo().
Definition at line 59 of file MIParser.h.
Referenced by getVRegInfoNamed(), and llvm::MIRParserImpl::setupRegisterInfo().
1.8.13