| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetFrameLowering.h | 226 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function 238 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 140 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
|
| H A D | SparcFrameLowering.h | 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | Mips16FrameLowering.h | 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | MipsSEFrameLowering.h | 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | MipsFrameLowering.cpp | 143 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| H A D | Mips16FrameLowering.cpp | 156 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.h | 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.h | 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | MSP430FrameLowering.cpp | 37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering 233 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.h | 35 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | AVRFrameLowering.cpp | 43 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in llvm::AVRFrameLowering 371 if (TFI.hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /freebsd-12.1/contrib/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 | 375 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 412 if (TFI->hasReservedCallFrame(MF)) in canRealignStack() 754 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.h | 44 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | RISCVFrameLowering.cpp | 267 bool RISCVFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in RISCVFrameLowering 278 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.h | 46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | SystemZFrameLowering.cpp | 523 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SystemZFrameLowering 538 assert(hasReservedCallFrame(MF) && in eliminateCallFramePseudoInstr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.h | 60 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiFrameLowering.cpp | 51 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack())) in determineFrameLayout()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 96 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 223 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.h | 58 bool hasReservedCallFrame(const MachineFunction &MF) const override { in hasReservedCallFrame() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineFrameInfo.cpp | 159 if (adjustsStack() && TFI->hasReservedCallFrame(MF)) in estimateStackSize()
|