Home
last modified time | relevance | path

Searched refs:cannotEliminateFrame (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h110 bool cannotEliminateFrame(const MachineFunction &MF) const;
H A DAArch64RegisterInfo.cpp319 AArch64RegisterInfo::cannotEliminateFrame(const MachineFunction &MF) const { in cannotEliminateFrame() function in AArch64RegisterInfo
H A DAArch64FrameLowering.cpp2041 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) in determineCalleeSaves()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h174 bool cannotEliminateFrame(const MachineFunction &MF) const;
H A DARMBaseRegisterInfo.cpp420 cannotEliminateFrame(const MachineFunction &MF) const { in cannotEliminateFrame() function in ARMBaseRegisterInfo
H A DARMFrameLowering.cpp1782 !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) { in determineCalleeSaves()