Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h117 bool cannotEliminateFrame(const MachineFunction &MF) const;
H A DAArch64RegisterInfo.cpp460 AArch64RegisterInfo::cannotEliminateFrame(const MachineFunction &MF) const { in cannotEliminateFrame() function in AArch64RegisterInfo
H A DAArch64FrameLowering.cpp2839 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) in determineCalleeSaves()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h178 bool cannotEliminateFrame(const MachineFunction &MF) const;
H A DARMBaseRegisterInfo.cpp457 cannotEliminateFrame(const MachineFunction &MF) const { in cannotEliminateFrame() function in ARMBaseRegisterInfo
H A DARMFrameLowering.cpp1995 !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) { in determineCalleeSaves()