Searched refs:IRSlots (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIParser.h | 168 const SlotMapping &IRSlots; 186 const SlotMapping &IRSlots, 166 const SlotMapping &IRSlots; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 316 SourceMgr &SM, const SlotMapping &IRSlots, PerTargetMIParsingState &T) in PerFunctionMIParsingState() argument 317 : MF(MF), SM(&SM), IRSlots(IRSlots), Target(T) { in PerFunctionMIParsingState() 1388 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMetadata() 1389 if (NodeInfo != PFS.IRSlots.MetadataNodes.end()) { in parseMetadata() 1884 &PFS.IRSlots); in parseIRConstant() 2193 GV = PFS.IRSlots.GlobalValues.get(GVIdx); in parseGlobalValue() 2293 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode() 2294 if (NodeInfo == PFS.IRSlots.MetadataNodes.end()) { in parseMDNode() 2308 &PFS.IRSlots); in parseDIExpression()
|
H A D | MIRParser.cpp | 56 SlotMapping IRSlots; member in llvm::MIRParserImpl 262 Context, &IRSlots, DataLayoutCallback); in parseIRModule() 517 PerFunctionMIParsingState PFS(MF, SM, IRSlots, *Target); in initializeMachineFunction()
|