Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUFrameLowering.h39 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
H A DAMDGPUFrameLowering.cpp98 AMDGPUFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() function in AMDGPUFrameLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h28 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
H A DSystemZFrameLowering.cpp59 SystemZFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() function in SystemZFrameLowering
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h122 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
H A DPPCFrameLowering.cpp45 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( in getCalleeSavedSpillSlots() function in PPCFrameLowering
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetFrameLowering.h119 getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp280 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots); in calculateCalleeSavedRegisters()