Home
last modified time | relevance | path

Searched refs:SpillSlot (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h132 const SpillSlot *
137 static const SpillSlot darwin64Offsets = {PPC::X31, -8}; in getCalleeSavedSpillSlots()
140 static const SpillSlot darwinOffsets = {PPC::R31, -4}; in getCalleeSavedSpillSlots()
154 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots()
219 static const SpillSlot Offsets64[] = { in getCalleeSavedSpillSlots()
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h41 struct SpillSlot { struct
100 virtual const SpillSlot *
/external/llvm/lib/Target/R600/
DAMDGPUFrameLowering.h38 virtual const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const;
DAMDGPUFrameLowering.cpp106 const TargetFrameLowering::SpillSlot *
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp228 const TargetFrameLowering::SpillSlot *FixedSpillSlots = in calculateCalleeSavedRegisters()
246 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in calculateCalleeSavedRegisters()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2400 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
2401 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()
2402 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot, in LowerCall()
2405 Arg = SpillSlot; in LowerCall()