Searched refs:SpillSlot (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.h39 virtual const SpillSlot *
H A DAMDILFrameLowering.cpp35 const TargetFrameLowering::SpillSlot *
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.h39 virtual const SpillSlot *
H A DAMDILFrameLowering.cpp35 const TargetFrameLowering::SpillSlot *
/external/llvm/lib/Target/R600/
H A DAMDGPUFrameLowering.h38 virtual const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const;
H A DAMDGPUFrameLowering.cpp87 const TargetFrameLowering::SpillSlot *
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h41 struct SpillSlot { struct in class:llvm::TargetFrameLowering
105 virtual const SpillSlot *
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h143 const SpillSlot *
148 static const SpillSlot darwin64Offsets = {PPC::X31, -8};
151 static const SpillSlot darwinOffsets = {PPC::R31, -4};
165 static const SpillSlot Offsets[] = {
230 static const SpillSlot Offsets64[] = {
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h34 virtual const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
H A DSystemZFrameLowering.cpp25 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = {
58 const TargetFrameLowering::SpillSlot *
H A DSystemZISelLowering.cpp733 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); local
734 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
735 MemOpChains.push_back(DAG.getStore(Chain, DL, ArgValue, SpillSlot,
738 ArgValue = SpillSlot;
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp242 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
260 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp272 struct SpillSlot struct in class:nv50_ir::SpillCodeInserter
280 std::list<SpillSlot> slots;
1389 SpillSlot slot;
1392 std::list<SpillSlot>::iterator pos = slots.end(), it = slots.begin();
1404 std::list<SpillSlot>::iterator bgn = it;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp272 struct SpillSlot struct in class:nv50_ir::SpillCodeInserter
280 std::list<SpillSlot> slots;
1389 SpillSlot slot;
1392 std::list<SpillSlot>::iterator pos = slots.end(), it = slots.begin();
1404 std::list<SpillSlot>::iterator bgn = it;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2595 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); local
2596 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
2597 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot,
2600 Arg = SpillSlot;

Completed in 349 milliseconds