Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h51 struct PerTargetMIParsingState { struct
149 PerTargetMIParsingState(const TargetSubtargetInfo &STI) in PerTargetMIParsingState() function
155 ~PerTargetMIParsingState() = default;
165 PerTargetMIParsingState &Target;
180 PerTargetMIParsingState &Target);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp86 void PerTargetMIParsingState::setTarget( in setTarget()
106 void PerTargetMIParsingState::initNames2Regs() { in initNames2Regs()
124 bool PerTargetMIParsingState::getRegisterByName(StringRef RegName, in getRegisterByName()
134 void PerTargetMIParsingState::initNames2InstrOpCodes() { in initNames2InstrOpCodes()
143 bool PerTargetMIParsingState::parseInstrName(StringRef InstrName, in parseInstrName()
153 void PerTargetMIParsingState::initNames2RegMasks() { in initNames2RegMasks()
166 const uint32_t *PerTargetMIParsingState::getRegMask(StringRef Identifier) { in getRegMask()
174 void PerTargetMIParsingState::initNames2SubRegIndices() { in initNames2SubRegIndices()
183 unsigned PerTargetMIParsingState::getSubRegIndex(StringRef Name) { in getSubRegIndex()
191 void PerTargetMIParsingState::initNames2TargetIndices() { in initNames2TargetIndices()
[all …]
H A DMIRParser.cpp58 std::unique_ptr<PerTargetMIParsingState> Target;
434 Target.reset(new PerTargetMIParsingState(MF.getSubtarget())); in initializeMachineFunction()