Home
last modified time | relevance | path

Searched refs:hasReservedCallFrame (Results 1 – 25 of 112) sorted by relevance

12345

/external/llvm/lib/Target/Mips/
DMipsFrameLowering.cpp137 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in estimateStackSize()
150 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
DMips16FrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DMipsSEFrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h223 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/
DVEFrameLowering.cpp215 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/
DTargetFrameLowering.h235 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
247 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.h46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm-project/llvm/lib/Target/Mips/
DMips16FrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DMipsSEFrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16FrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DMipsSEFrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h278 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function
290 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.cpp139 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
DSparcFrameLowering.h37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.h46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430FrameLowering.h48 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.h36 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm-project/llvm/lib/Target/AVR/
DAVRFrameLowering.h34 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm/lib/Target/AVR/
DAVRFrameLowering.h35 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRFrameLowering.h34 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.h42 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcFrameLowering.h37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/external/llvm-project/llvm/lib/Target/ARM/
DThumb1FrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;

12345