Home
last modified time | relevance | path

Searched refs:getCalleeSavedSpillSlots (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILFrameLowering.h40 getCalleeSavedSpillSlots(unsigned &NumEntries) const;
DAMDILFrameLowering.cpp36 AMDGPUFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const in getCalleeSavedSpillSlots() function in AMDGPUFrameLowering
/external/llvm/lib/Target/R600/
DAMDGPUFrameLowering.h39 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
DAMDGPUFrameLowering.cpp98 AMDGPUFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() function in AMDGPUFrameLowering
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h28 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
DSystemZFrameLowering.cpp59 SystemZFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() function in SystemZFrameLowering
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h94 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
DPPCFrameLowering.cpp94 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( in getCalleeSavedSpillSlots() function in PPCFrameLowering
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h119 getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() function
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp328 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots); in calculateCalleeSavedRegisters()