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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h163 const SlotMapping &IRSlots; member in struct:llvm::PerFunctionMIParsingState
178 const SlotMapping &IRSlots,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp57 SlotMapping IRSlots; member in class:llvm::MIRParserImpl
235 Context, &IRSlots, /*UpgradeDebugInfo=*/false);
419 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target);
H A DMIParser.cpp320 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T)
321 : MF(MF), SM(&SM), IRSlots(IRSlots), Target(T) {
1573 &PFS.IRSlots);
1861 if (GVIdx >= PFS.IRSlots.GlobalValues.size())
1864 GV = PFS.IRSlots.GlobalValues[GVIdx];
1961 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID);
1962 if (NodeInfo == PFS.IRSlots.MetadataNodes.end())
319 PerFunctionMIParsingState(MachineFunction &MF, SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) argument

Completed in 62 milliseconds