Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h168 const SlotMapping &IRSlots; member
186 const SlotMapping &IRSlots,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp316 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState() argument
317 : MF(MF), SM(&SM), IRSlots(IRSlots), Target(T) { in PerFunctionMIParsingState()
1388 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMetadata()
1389 if (NodeInfo != PFS.IRSlots.MetadataNodes.end()) { in parseMetadata()
1878 &PFS.IRSlots); in parseIRConstant()
2184 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()
2187 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
2284 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode()
2285 if (NodeInfo == PFS.IRSlots.MetadataNodes.end()) { in parseMDNode()
H A DMIRParser.cpp55 SlotMapping IRSlots; member in llvm::MIRParserImpl
259 Context, &IRSlots, DataLayoutCallback); in parseIRModule()
498 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target); in initializeMachineFunction()