Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h166 const SlotMapping &IRSlots; member
184 const SlotMapping &IRSlots,
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp317 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState() argument
318 : MF(MF), SM(&SM), IRSlots(IRSlots), Target(T) { in PerFunctionMIParsingState()
1311 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMetadata()
1312 if (NodeInfo != PFS.IRSlots.MetadataNodes.end()) { in parseMetadata()
1794 &PFS.IRSlots); in parseIRConstant()
2082 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()
2085 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
2182 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode()
2183 if (NodeInfo == PFS.IRSlots.MetadataNodes.end()) { in parseMDNode()
H A DMIRParser.cpp56 SlotMapping IRSlots; member in llvm::MIRParserImpl
249 Context, &IRSlots, DataLayoutCallback); in parseIRModule()
483 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target); in initializeMachineFunction()