HomeSort by relevance Sort by last modified time
    Searched refs:IRSlots (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/MIRParser/
MIParser.h 54 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);
MIRParser.cpp 53 SlotMapping IRSlots;
226 Context, &IRSlots);
301 IRSlots, Error)) {
321 if (parseMachineInstructions(MF, YamlMF.Body.Value.Value, PFS, IRSlots,
365 IRSlots, Error))
375 IRSlots, Error))
380 VReg, SM, MF, LiveIn.VirtualRegister.Value, PFS, IRSlots, Error))
392 if (parseNamedRegisterReference(Reg, SM, MF, RegSource.Value, PFS, IRSlots,
514 IRSlots, Error))
530 IRSlots, Error)
    [all...]
MIParser.cpp 65 const SlotMapping &IRSlots;
88 const SlotMapping &IRSlots);
249 const SlotMapping &IRSlots)
251 PFS(PFS), IRSlots(IRSlots) {}
    [all...]

Completed in 69 milliseconds