/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.h | 35 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
D | AVRFrameLowering.cpp | 36 bool AVRFrameLowering::canSimplifyCallFramePseudos( in canSimplifyCallFramePseudos() function in llvm::AVRFrameLowering
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.h | 35 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
D | AVRFrameLowering.cpp | 35 bool AVRFrameLowering::canSimplifyCallFramePseudos( in canSimplifyCallFramePseudos() function in llvm::AVRFrameLowering
|
/external/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.h | 36 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.h | 48 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
D | ARMFrameLowering.cpp | 97 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in ARMFrameLowering 1632 (MFI->adjustsStack() && !canSimplifyCallFramePseudos(MF)); in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.h | 50 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
D | ARMFrameLowering.cpp | 141 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in ARMFrameLowering 1852 (MFI.adjustsStack() && !canSimplifyCallFramePseudos(MF)); in determineCalleeSaves()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.h | 50 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
D | ARMFrameLowering.cpp | 141 ARMFrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in ARMFrameLowering 1880 (MFI.adjustsStack() && !canSimplifyCallFramePseudos(MF)); in determineCalleeSaves()
|
/external/llvm/include/llvm/Target/ |
D | TargetFrameLowering.h | 234 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetFrameLowering.h | 246 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 97 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
D | X86FrameLowering.cpp | 62 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in X86FrameLowering
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetFrameLowering.h | 289 virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 96 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
D | X86FrameLowering.cpp | 61 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in X86FrameLowering
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.h | 68 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override { in canSimplifyCallFramePseudos() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.h | 62 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override { in canSimplifyCallFramePseudos() function
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 103 bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
D | X86FrameLowering.cpp | 70 X86FrameLowering::canSimplifyCallFramePseudos(const MachineFunction &MF) const { in canSimplifyCallFramePseudos() function in X86FrameLowering
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 288 if (TFI->canSimplifyCallFramePseudos(Fn)) in calculateCallFrameInfo()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 348 if (TFI->canSimplifyCallFramePseudos(MF)) in calculateCallFrameInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 344 if (TFI->canSimplifyCallFramePseudos(MF)) in calculateCallFrameInfo()
|