Home
last modified time | relevance | path

Searched refs:PerTargetMIParsingState (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h55 struct PerTargetMIParsingState { struct
153 PerTargetMIParsingState(const TargetSubtargetInfo &STI) in PerTargetMIParsingState() argument
159 ~PerTargetMIParsingState() = default;
169 PerTargetMIParsingState &Target;
187 PerTargetMIParsingState &Target);
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp82 void PerTargetMIParsingState::setTarget( in setTarget()
102 void PerTargetMIParsingState::initNames2Regs() { in initNames2Regs()
120 bool PerTargetMIParsingState::getRegisterByName(StringRef RegName, in getRegisterByName()
130 void PerTargetMIParsingState::initNames2InstrOpCodes() { in initNames2InstrOpCodes()
139 bool PerTargetMIParsingState::parseInstrName(StringRef InstrName, in parseInstrName()
149 void PerTargetMIParsingState::initNames2RegMasks() { in initNames2RegMasks()
162 const uint32_t *PerTargetMIParsingState::getRegMask(StringRef Identifier) { in getRegMask()
170 void PerTargetMIParsingState::initNames2SubRegIndices() { in initNames2SubRegIndices()
179 unsigned PerTargetMIParsingState::getSubRegIndex(StringRef Name) { in getSubRegIndex()
187 void PerTargetMIParsingState::initNames2TargetIndices() { in initNames2TargetIndices()
[all …]
H A DMIRParser.cpp57 std::unique_ptr<PerTargetMIParsingState> Target;
487 Target.reset(new PerTargetMIParsingState(MF.getSubtarget())); in initializeMachineFunction()