Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRFrameLowering.h36 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRFrameLowering.h36 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
DAVRFrameLowering.cpp36 bool AVRFrameLowering::canSimplifyCallFramePseudos( in canSimplifyCallFramePseudos() function in llvm::AVRFrameLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.h51 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const;
DARMFrameLowering.cpp71 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in ARMFrameLowering
1000 || (MFI->adjustsStack() && !canSimplifyCallFramePseudos(MF)); in processFunctionBeforeCalleeSavedScan()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetFrameLowering.h164 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function
/external/llvm/lib/Target/ARM/
DARMFrameLowering.h48 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
DARMFrameLowering.cpp97 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in ARMFrameLowering
1632 (MFI->adjustsStack() && !canSimplifyCallFramePseudos(MF)); in determineCalleeSaves()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFrameLowering.h51 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
DARMFrameLowering.cpp142 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in ARMFrameLowering
1777 (MFI.adjustsStack() && !canSimplifyCallFramePseudos(MF)) || in determineCalleeSaves()
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h234 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h234 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.h97 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
DX86FrameLowering.cpp62 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in X86FrameLowering
/external/llvm/lib/Target/X86/
DX86FrameLowering.h97 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
DX86FrameLowering.cpp62 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in X86FrameLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.h61 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override { in canSimplifyCallFramePseudos() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp196 if (TFI->canSimplifyCallFramePseudos(Fn)) in calculateCallsInformation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp291 if (TFI->canSimplifyCallFramePseudos(MF)) in calculateCallFrameInfo()
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp288 if (TFI->canSimplifyCallFramePseudos(Fn)) in calculateCallFrameInfo()