Home
last modified time | relevance | path

Searched refs:canSimplifyCallFramePseudos (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRFrameLowering.h35 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DAVRFrameLowering.cpp35 bool AVRFrameLowering::canSimplifyCallFramePseudos( in canSimplifyCallFramePseudos() function in llvm::AVRFrameLowering
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFrameLowering.h51 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DARMFrameLowering.cpp244 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in ARMFrameLowering
2464 (MFI.adjustsStack() && !canSimplifyCallFramePseudos(MF)); in determineCalleeSaves()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h141 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DM68kFrameLowering.cpp58 bool M68kFrameLowering::canSimplifyCallFramePseudos( in canSimplifyCallFramePseudos() function in M68kFrameLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h303 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h68 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override { in canSimplifyCallFramePseudos() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.h107 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DX86FrameLowering.cpp72 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in X86FrameLowering
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp354 if (TFI->canSimplifyCallFramePseudos(MF)) in calculateCallFrameInfo()