Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h122 bool cannotEliminateFrame(const MachineFunction &MF) const;
H A DAArch64RegisterInfo.cpp635 AArch64RegisterInfo::cannotEliminateFrame(const MachineFunction &MF) const { in cannotEliminateFrame() function in AArch64RegisterInfo
H A DAArch64FrameLowering.cpp3085 if (BigStack || !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) in determineCalleeSaves()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.h205 bool cannotEliminateFrame(const MachineFunction &MF) const;
H A DARMBaseRegisterInfo.cpp476 cannotEliminateFrame(const MachineFunction &MF) const { in cannotEliminateFrame() function in ARMBaseRegisterInfo
H A DARMFrameLowering.cpp2511 !CanEliminateFrame || RegInfo->cannotEliminateFrame(MF)) { in determineCalleeSaves()