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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h87 bool cannotEliminateFrame(const MachineFunction &MF) const;
H A DAArch64RegisterInfo.cpp232 AArch64RegisterInfo::cannotEliminateFrame(const MachineFunction &MF) const { function in class:AArch64RegisterInfo
H A DAArch64FrameLowering.cpp989 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF))
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h158 bool cannotEliminateFrame(const MachineFunction &MF) const;
H A DARMBaseRegisterInfo.cpp383 cannotEliminateFrame(const MachineFunction &MF) const { function in class:ARMBaseRegisterInfo
H A DARMFrameLowering.cpp1623 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) {

Completed in 187 milliseconds