Searched refs:IRSlots (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/ |
| D | MIParser.h | 166 const SlotMapping &IRSlots; member 184 const SlotMapping &IRSlots,
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| D | MIParser.cpp | 315 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState() argument 316 : MF(MF), SM(&SM), IRSlots(IRSlots), Target(T) { in PerFunctionMIParsingState() 1371 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMetadata() 1372 if (NodeInfo != PFS.IRSlots.MetadataNodes.end()) { in parseMetadata() 1853 &PFS.IRSlots); in parseIRConstant() 2141 if (GVIdx >= PFS.IRSlots.GlobalValues.size()) in parseGlobalValue() 2144 GV = PFS.IRSlots.GlobalValues[GVIdx]; in parseGlobalValue() 2241 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode() 2242 if (NodeInfo == PFS.IRSlots.MetadataNodes.end()) { in parseMDNode()
|
| D | MIRParser.cpp | 56 SlotMapping IRSlots; member in llvm::MIRParserImpl 250 Context, &IRSlots, DataLayoutCallback); in parseIRModule() 488 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target); in initializeMachineFunction()
|