Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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
DVEFrameLowering.h41 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DVERegisterInfo.cpp126 if (getFrameLowering(MF)->hasReservedCallFrame(MF)) in canRealignStack()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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;
DMipsFrameLowering.cpp142 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
DMips16FrameLowering.cpp155 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.h46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcFrameLowering.h36 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DSparcFrameLowering.cpp140 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue()
207 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
243 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRFrameLowering.h34 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DAVRFrameLowering.cpp43 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in llvm::AVRFrameLowering
370 if (hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DMSP430FrameLowering.cpp36 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering
232 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.h37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DARMFrameLowering.h49 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DARMBaseRegisterInfo.cpp387 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
411 if (AFI->isThumb1OnlyFunction() && !TFI->hasReservedCallFrame(MF)) in hasBasePointer()
430 if (TFI->hasReservedCallFrame(MF)) in canRealignStack()
772 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.h45 bool hasReservedCallFrame(const MachineFunction &MF) const override;
DRISCVFrameLowering.cpp419 bool RISCVFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in RISCVFrameLowering
430 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h64 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp50 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack())) in determineFrameLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXPrologEpilogPass.cpp222 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.h95 bool hasReservedCallFrame(const MachineFunction &MF) const override;

12