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

/external/llvm/lib/Target/AVR/
H A DAVRFrameLowering.h36 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFrameLowering.h51 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const;
H A DARMFrameLowering.cpp66 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
71 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { function in class:ARMFrameLowering
1000 || (MFI->adjustsStack() && !canSimplifyCallFramePseudos(MF));
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.h48 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DARMFrameLowering.cpp92 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
97 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { function in class:ARMFrameLowering
1632 (MFI->adjustsStack() && !canSimplifyCallFramePseudos(MF));
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetFrameLowering.h157 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
164 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { function in class:llvm::TargetFrameLowering
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h227 /// canSimplifyCallFramePseudos - When possible, it's best to simplify the
234 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { function in class:llvm::TargetFrameLowering
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.h97 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
H A DX86FrameLowering.cpp57 /// canSimplifyCallFramePseudos - If there is a reserved call frame, the
62 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { function in class:X86FrameLowering
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp288 if (TFI->canSimplifyCallFramePseudos(Fn))
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPrologEpilogInserter.cpp196 if (TFI->canSimplifyCallFramePseudos(Fn))

Completed in 207 milliseconds