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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRFrameLowering.h35 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DAVRFrameLowering.cpp35 bool AVRFrameLowering::canSimplifyCallFramePseudos( function in class:llvm::AVRFrameLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h49 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DARMFrameLowering.cpp136 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
141 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { function in class:ARMFrameLowering
1879 (MFI.adjustsStack() && !canSimplifyCallFramePseudos(MF));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h281 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
288 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { function in class:llvm::TargetFrameLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h67 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h102 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DX86FrameLowering.cpp64 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
69 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { function in class:X86FrameLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp348 if (TFI->canSimplifyCallFramePseudos(MF))

Completed in 88 milliseconds