Searched refs:SpillSlot (Results 1 - 16 of 16) 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 const SpillSlot *
H A DAMDGPUFrameLowering.cpp97 const TargetFrameLowering::SpillSlot *
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h41 struct SpillSlot { struct in class:llvm::TargetFrameLowering
118 virtual const SpillSlot *
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h28 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
H A DSystemZFrameLowering.cpp26 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = {
57 const TargetFrameLowering::SpillSlot *
H A DSystemZISelLowering.cpp847 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); local
848 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
849 MemOpChains.push_back(DAG.getStore(Chain, DL, ArgValue, SpillSlot,
852 ArgValue = SpillSlot;
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h118 const SpillSlot *
H A DPPCFrameLowering.cpp45 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots(
50 static const SpillSlot darwin64Offsets = {PPC::X31, -8};
53 static const SpillSlot darwinOffsets = {PPC::R31, -4};
67 static const SpillSlot Offsets[] = {
131 static const SpillSlot Offsets64[] = {
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp278 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
296 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.cpp2715 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); local
2716 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
2717 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot,
2720 Arg = SpillSlot;

Completed in 3078 milliseconds