Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h54 const SlotMapping &IRSlots,
69 const SlotMapping &IRSlots, SMDiagnostic &Error);
74 const SlotMapping &IRSlots, SMDiagnostic &Error);
79 const SlotMapping &IRSlots,
85 const SlotMapping &IRSlots,
91 const SlotMapping &IRSlots, SMDiagnostic &Error);
95 const SlotMapping &IRSlots, SMDiagnostic &Error);
DMIRParser.cpp53 SlotMapping IRSlots; member in llvm::MIRParserImpl
226 Context, &IRSlots); in parse()
301 IRSlots, Error)) { in initializeMachineFunction()
321 if (parseMachineInstructions(MF, YamlMF.Body.Value.Value, PFS, IRSlots, in initializeMachineFunction()
365 IRSlots, Error)) in initializeRegisterInfo()
375 IRSlots, Error)) in initializeRegisterInfo()
380 VReg, SM, MF, LiveIn.VirtualRegister.Value, PFS, IRSlots, Error)) in initializeRegisterInfo()
392 if (parseNamedRegisterReference(Reg, SM, MF, RegSource.Value, PFS, IRSlots, in initializeRegisterInfo()
514 IRSlots, Error)) in initializeFrameInfo()
530 IRSlots, Error)) in parseCalleeSavedRegister()
[all …]
DMIParser.cpp65 const SlotMapping &IRSlots; member in __anon9477babd0111::MIParser
88 const SlotMapping &IRSlots);
249 const SlotMapping &IRSlots) in MIParser() argument
251 PFS(PFS), IRSlots(IRSlots) {} in MIParser()
964 &IRSlots); in parseIRConstant()
1103 if (GVIdx >= IRSlots.GlobalValues.size()) in parseGlobalValue()
1106 GV = IRSlots.GlobalValues[GVIdx]; in parseGlobalValue()
1173 auto NodeInfo = IRSlots.MetadataNodes.find(ID); in parseMDNode()
1174 if (NodeInfo == IRSlots.MetadataNodes.end()) in parseMDNode()
1952 const SlotMapping &IRSlots, in parseMachineBasicBlockDefinitions() argument
[all …]