Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h36 const SlotMapping &IRSlots; member
48 const SlotMapping &IRSlots);
DMIParser.cpp40 SourceMgr &SM, const SlotMapping &IRSlots) in PerFunctionMIParsingState() argument
41 : MF(MF), SM(&SM), IRSlots(IRSlots) { in PerFunctionMIParsingState()
1012 &PFS.IRSlots); in parseIRConstant()
1030 *MF.getFunction()->getParent(), &PFS.IRSlots); in parseIRType()
1183 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue()
1186 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
1264 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode()
1265 if (NodeInfo == PFS.IRSlots.MetadataNodes.end()) in parseMDNode()
DMIRParser.cpp56 SlotMapping IRSlots; member in llvm::MIRParserImpl
231 Context, &IRSlots); in parse()
295 PerFunctionMIParsingState PFS(MF, SM, IRSlots); in initializeMachineFunction()