Searched refs:hasReservedCallFrame (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h40 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DWebAssemblyFrameLowering.cpp59 bool WebAssemblyFrameLowering::hasReservedCallFrame( function in class:WebAssemblyFrameLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.h42 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMFrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DARMBaseRegisterInfo.cpp334 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF))
375 if (TFI->hasReservedCallFrame(MF))
722 // when !hasReservedCallFrame().
725 assert(TFI->hasReservedCallFrame(MF) &&
H A DThumb1FrameLowering.cpp28 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{ function in class:Thumb1FrameLowering
59 if (!hasReservedCallFrame(MF)) {
H A DARMFrameLowering.cpp74 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
79 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:ARMFrameLowering
98 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
829 bool hasMovingSP = !hasReservedCallFrame(MF);
1735 if (!hasReservedCallFrame(MF)) {
H A DThumbRegisterInfo.cpp533 // when !hasReservedCallFrame().
536 assert(STI.getFrameLowering()->hasReservedCallFrame(MF) &&
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMSP430FrameLowering.cpp38 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:MSP430FrameLowering
234 if (!hasReservedCallFrame(MF)) {
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16FrameLowering.h39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMipsSEFrameLowering.h38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DMipsFrameLowering.cpp139 if (MFI->adjustsStack() && hasReservedCallFrame(MF))
152 if (!hasReservedCallFrame(MF)) {
H A DMips16FrameLowering.cpp152 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:Mips16FrameLowering
H A DMipsRegisterInfo.cpp322 if (Subtarget.getFrameLowering()->hasReservedCallFrame(MF))
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DSparcFrameLowering.cpp139 if (MFI->adjustsStack() && hasReservedCallFrame(MF))
189 if (!hasReservedCallFrame(MF)) {
225 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:SparcFrameLowering
H A DSparcRegisterInfo.cpp234 if (getFrameLowering(MF)->hasReservedCallFrame(MF))
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h61 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DAArch64FrameLowering.cpp148 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
154 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:AArch64FrameLowering
169 if (!TFI->hasReservedCallFrame(MF)) {
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h48 bool hasReservedCallFrame(const MachineFunction &MF) const override;
H A DSystemZFrameLowering.cpp506 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { function in class:SystemZFrameLowering
521 assert(hasReservedCallFrame(MF) &&
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetFrameLowering.h211 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
216 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { function in class:llvm::TargetFrameLowering
228 return hasReservedCallFrame(MF) || hasFP(MF);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.h96 bool hasReservedCallFrame(const MachineFunction &MF) const override;
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp203 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))

Completed in 277 milliseconds

12