Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h164 const SlotMapping &IRSlots; member
179 const SlotMapping &IRSlots,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp57 SlotMapping IRSlots; member in llvm::MIRParserImpl
244 Context, &IRSlots, DataLayoutCallback); in parseIRModule()
451 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target); in initializeMachineFunction()
H A DMIParser.cpp320 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState() argument
321 : MF(MF), SM(&SM), IRSlots(IRSlots), Target(T) { in PerFunctionMIParsingState()
1626 &PFS.IRSlots); in parseIRConstant()
1914 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()
1917 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
2014 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode()
2015 if (NodeInfo == PFS.IRSlots.MetadataNodes.end()) in parseMDNode()