| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 122 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue() 149 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr() 195 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
|
| H A D | SparcFrameLowering.h | 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16FrameLowering.h | 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | MipsSEFrameLowering.h | 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | MipsFrameLowering.cpp | 136 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| H A D | Mips16FrameLowering.cpp | 132 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.h | 33 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | AVRFrameLowering.cpp | 39 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in llvm::AVRFrameLowering 352 if (hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb1FrameLowering.h | 38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | ARMFrameLowering.h | 50 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | ARMBaseRegisterInfo.cpp | 453 if (hasStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 477 if (AFI->isThumb1OnlyFunction() && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 497 if (TFI->hasReservedCallFrame(MF)) in canRealignStack() 842 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetFrameLowering.h | 319 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function 331 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.h | 55 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | MSP430FrameLowering.cpp | 39 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering 362 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.h | 44 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFrameLowering.h | 40 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | LoongArchFrameLowering.cpp | 400 bool LoongArchFrameLowering::hasReservedCallFrame( in hasReservedCallFrame() function in LoongArchFrameLowering 413 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYFrameLowering.h | 66 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.h | 47 bool hasReservedCallFrame(const MachineFunction &MF) const override { in hasReservedCallFrame() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.h | 129 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | M68kFrameLowering.cpp | 55 bool M68kFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in M68kFrameLowering 62 return hasReservedCallFrame(MF) || in canSimplifyCallFramePseudos() 232 bool ReserveCallFrame = hasReservedCallFrame(MF); in eliminateCallFramePseudoInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.h | 42 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.h | 43 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiFrameLowering.cpp | 48 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack())) in determineFrameLayout()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.h | 78 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|