Searched refs:SpillSlot (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 90 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local 91 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in allocateStackSlot() 94 return SpillSlot; in allocateStackSlot() 716 SDValue SpillSlot = StatepointLowering.getLocation(SD); in visitGCRelocate() local 717 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in visitGCRelocate() 724 Loc = DAG.getLoad(SpillSlot.getValueType(), getCurSDLoc(), Chain, in visitGCRelocate() 725 SpillSlot, MachinePointerInfo::getFixedStack(FI), false, in visitGCRelocate()
|
/external/llvm/include/llvm/Target/ |
D | TargetFrameLowering.h | 41 struct SpillSlot { struct 118 virtual const SpillSlot *
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILFrameLowering.h | 39 virtual const SpillSlot *
|
D | AMDILFrameLowering.cpp | 35 const TargetFrameLowering::SpillSlot *
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUFrameLowering.h | 38 const SpillSlot *
|
D | AMDGPUFrameLowering.cpp | 97 const TargetFrameLowering::SpillSlot *
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.h | 28 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
|
D | SystemZFrameLowering.cpp | 27 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = { 58 const TargetFrameLowering::SpillSlot *
|
D | SystemZISelLowering.cpp | 870 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local 871 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall() 872 MemOpChains.push_back(DAG.getStore(Chain, DL, ArgValue, SpillSlot, in LowerCall() 875 ArgValue = SpillSlot; in LowerCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 93 const SpillSlot *
|
D | PPCFrameLowering.cpp | 94 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( in getCalleeSavedSpillSlots() 99 static const SpillSlot darwin64Offsets = {PPC::X31, -8}; in getCalleeSavedSpillSlots() 102 static const SpillSlot darwinOffsets = {PPC::R31, -4}; in getCalleeSavedSpillSlots() 116 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots() 180 static const SpillSlot Offsets64[] = { in getCalleeSavedSpillSlots()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 272 struct SpillSlot struct in nv50_ir::SpillCodeInserter 280 std::list<SpillSlot> slots; 1389 SpillSlot slot; in assignSlot() 1392 std::list<SpillSlot>::iterator pos = slots.end(), it = slots.begin(); in assignSlot() 1404 std::list<SpillSlot>::iterator bgn = it; in assignSlot()
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 327 const TargetFrameLowering::SpillSlot *FixedSpillSlots = in calculateCalleeSavedRegisters() 345 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in calculateCalleeSavedRegisters()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2826 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local 2827 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall() 2828 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot, in LowerCall() 2831 Arg = SpillSlot; in LowerCall()
|