/external/llvm/lib/Target/Mips/ |
D | MipsFrameLowering.cpp | 137 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in estimateStackSize() 150 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
D | Mips16FrameLowering.h | 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
D | MipsSEFrameLowering.h | 38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm/include/llvm/Target/ |
D | TargetFrameLowering.h | 223 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function 235 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEFrameLowering.cpp | 215 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue() 257 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr() 281 bool VEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in VEFrameLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetFrameLowering.h | 235 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function 247 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.h | 46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.h | 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
D | MipsSEFrameLowering.h | 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16FrameLowering.h | 38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
D | MipsSEFrameLowering.h | 38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetFrameLowering.h | 278 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function 290 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 139 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue() 189 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr() 225 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
|
D | SparcFrameLowering.h | 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.h | 46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.h | 48 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.h | 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.h | 36 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.h | 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.h | 34 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.h | 35 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.h | 34 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.h | 42 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcFrameLowering.h | 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.h | 38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|