Searched refs:IRSlots (Results 1 – 3 of 3) sorted by relevance
36 const SlotMapping &IRSlots; member48 const SlotMapping &IRSlots);
40 SourceMgr &SM, const SlotMapping &IRSlots) in PerFunctionMIParsingState() argument41 : 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()
56 SlotMapping IRSlots; member in llvm::MIRParserImpl231 Context, &IRSlots); in parse()295 PerFunctionMIParsingState PFS(MF, SM, IRSlots); in initializeMachineFunction()