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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILFrameLowering.h 39 virtual const SpillSlot *
AMDILFrameLowering.cpp 35 const TargetFrameLowering::SpillSlot *
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILFrameLowering.h 39 virtual const SpillSlot *
AMDILFrameLowering.cpp 35 const TargetFrameLowering::SpillSlot *
  /external/llvm/lib/Target/R600/
AMDGPUFrameLowering.h 38 virtual const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const;
AMDGPUFrameLowering.cpp 87 const TargetFrameLowering::SpillSlot *
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 41 struct SpillSlot {
105 virtual const SpillSlot *
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 143 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/
SystemZFrameLowering.h 34 virtual const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
SystemZFrameLowering.cpp 25 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = {
58 const TargetFrameLowering::SpillSlot *
SystemZISelLowering.cpp 733 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
734 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
735 MemOpChains.push_back(DAG.getStore(Chain, DL, ArgValue, SpillSlot,
738 ArgValue = SpillSlot;
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 242 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
260 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 272 struct SpillSlot
280 std::list<SpillSlot> slots;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 272 struct SpillSlot
280 std::list<SpillSlot> slots;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 387 milliseconds