Home
last modified time | relevance | path

Searched refs:getCalleeSavedSpillSlots (Results 1 – 13 of 13) 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/AMDGPU/
DAMDGPUFrameLowering.h38 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
DAMDGPUFrameLowering.cpp104 AMDGPUFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() function in AMDGPUFrameLowering
/external/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h28 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
DSystemZFrameLowering.cpp60 SystemZFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() function in SystemZFrameLowering
/external/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h118 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
DPPCFrameLowering.cpp94 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( in getCalleeSavedSpillSlots() function in PPCFrameLowering
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.h58 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) in getCalleeSavedSpillSlots() function
DHexagonFrameLowering.cpp1274 const SpillSlot *FixedSlots = getCalleeSavedSpillSlots(NumFixed); in assignCalleeSavedSpillSlots()
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h137 getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyPEI.cpp338 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots); in assignCalleeSavedSpillSlots()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp322 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots); in assignCalleeSavedSpillSlots()