Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h169 const SlotMapping &IRSlots; member
187 const SlotMapping &IRSlots,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp324 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState() argument
325 : MF(MF), SM(&SM), IRSlots(IRSlots), Target(T) { in PerFunctionMIParsingState()
1390 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMetadata()
1391 if (NodeInfo != PFS.IRSlots.MetadataNodes.end()) { in parseMetadata()
1893 &PFS.IRSlots); in parseIRConstant()
2202 GV = PFS.IRSlots.GlobalValues.get(GVIdx); in parseGlobalValue()
2302 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode()
2303 if (NodeInfo == PFS.IRSlots.MetadataNodes.end()) { in parseMDNode()
2317 &PFS.IRSlots); in parseDIExpression()
H A DMIRParser.cpp56 SlotMapping IRSlots; member in llvm::MIRParserImpl
269 Context, &IRSlots, DataLayoutCallback); in parseIRModule()
573 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target); in initializeMachineFunction()