HomeSort by relevance Sort by last modified time
    Searched refs:SpillSlot (Results 1 - 16 of 16) 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 const SpillSlot *
AMDGPUFrameLowering.cpp 97 const TargetFrameLowering::SpillSlot *
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 41 struct SpillSlot {
118 virtual const SpillSlot *
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 28 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
SystemZFrameLowering.cpp 26 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = {
57 const TargetFrameLowering::SpillSlot *
SystemZISelLowering.cpp 847 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT());
848 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
849 MemOpChains.push_back(DAG.getStore(Chain, DL, ArgValue, SpillSlot,
852 ArgValue = SpillSlot;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 118 const SpillSlot *
PPCFrameLowering.cpp 45 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[] = {
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 278 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
296 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 577 milliseconds