Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFrameLowering.h50 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DARMFrameLowering.cpp236 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in ARMFrameLowering
1975 (MFI.adjustsStack() && !canSimplifyCallFramePseudos(MF)); in determineCalleeSaves()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h142 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DM68kFrameLowering.cpp58 bool M68kFrameLowering::canSimplifyCallFramePseudos( in canSimplifyCallFramePseudos() function in M68kFrameLowering
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h289 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.h103 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DX86FrameLowering.cpp70 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in X86FrameLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h68 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override { in canSimplifyCallFramePseudos() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp346 if (TFI->canSimplifyCallFramePseudos(MF)) in calculateCallFrameInfo()