Searched refs:getCalleeSavedSpillSlots (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.h58 getCalleeSavedSpillSlots(unsigned &NumEntries) const override {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h87 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
H A DARMFrameLowering.cpp2861 ARMFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const { function in class:ARMFrameLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h168 getCalleeSavedSpillSlots(unsigned &NumEntries) const override;
H A DPPCFrameLowering.cpp93 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( function in class:PPCFrameLowering
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h90 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries)
H A DHexagonFrameLowering.cpp1664 const SpillSlot *FixedSlots = getCalleeSavedSpillSlots(NumFixed);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h174 /// getCalleeSavedSpillSlots - This method returns a pointer to an array of
184 getCalleeSavedSpillSlots(unsigned &NumEntries) const { function in class:llvm::TargetFrameLowering
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp485 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots);

Completed in 271 milliseconds