| /openbsd-src/gnu/llvm/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 | 147 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| H A D | Mips16FrameLowering.cpp | 151 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetFrameLowering.h | 297 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function 309 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.h | 48 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | MSP430FrameLowering.cpp | 36 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering 225 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.h | 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | SparcFrameLowering.cpp | 135 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue() 201 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr() 247 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
| H A D | AVRFrameLowering.h | 34 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | AVRFrameLowering.cpp | 42 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in llvm::AVRFrameLowering 345 if (hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /openbsd-src/gnu/llvm/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 | 424 if (hasStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 448 if (AFI->isThumb1OnlyFunction() && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 468 if (TFI->hasReservedCallFrame(MF)) in canRealignStack() 813 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.h | 45 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchFrameLowering.h | 40 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYFrameLowering.h | 67 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.h | 49 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | RISCVFrameLowering.cpp | 249 (!hasReservedCallFrame(MF) && (!MFI.isMaxCallFrameSizeComputed() || in hasBP() 665 !hasReservedCallFrame(MF)) { in emitEpilogue() 1144 bool RISCVFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in RISCVFrameLowering 1156 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.h | 48 bool hasReservedCallFrame(const MachineFunction &MF) const override { in hasReservedCallFrame() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.h | 135 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.h | 43 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.h | 70 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiFrameLowering.cpp | 50 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack())) in determineFrameLayout()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 232 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
|