Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h54 struct PerTargetMIParsingState { struct
154 PerTargetMIParsingState(const TargetSubtargetInfo &STI) in PerTargetMIParsingState() argument
160 ~PerTargetMIParsingState() = default;
170 PerTargetMIParsingState &Target;
188 PerTargetMIParsingState &Target);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp80 void PerTargetMIParsingState::setTarget( in setTarget()
100 void PerTargetMIParsingState::initNames2Regs() { in initNames2Regs()
118 bool PerTargetMIParsingState::getRegisterByName(StringRef RegName, in getRegisterByName()
128 bool PerTargetMIParsingState::getVRegFlagValue(StringRef FlagName, in getVRegFlagValue()
138 void PerTargetMIParsingState::initNames2InstrOpCodes() { in initNames2InstrOpCodes()
147 bool PerTargetMIParsingState::parseInstrName(StringRef InstrName, in parseInstrName()
157 void PerTargetMIParsingState::initNames2RegMasks() { in initNames2RegMasks()
170 const uint32_t *PerTargetMIParsingState::getRegMask(StringRef Identifier) { in getRegMask()
178 void PerTargetMIParsingState::initNames2SubRegIndices() { in initNames2SubRegIndices()
187 unsigned PerTargetMIParsingState::getSubRegIndex(StringRef Name) { in getSubRegIndex()
[all …]
H A DMIRParser.cpp57 std::unique_ptr<PerTargetMIParsingState> Target;
545 Target.reset(new PerTargetMIParsingState(MF.getSubtarget())); in initializeMachineFunction()