| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | TargetFrameLowering.h | 278 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function 290 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 135 if (MFI.adjustsStack() && hasReservedCallFrame(MF)) in emitPrologue() 201 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr() 237 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;
|
| /netbsd-src/external/apache2/llvm/dist/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 | 142 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| H A D | Mips16FrameLowering.cpp | 152 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
|
| /netbsd-src/external/apache2/llvm/dist/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 226 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /netbsd-src/external/apache2/llvm/dist/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 337 if (hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | Thumb1FrameLowering.h | 38 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | ARMBaseRegisterInfo.cpp | 406 if (hasStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 430 if (AFI->isThumb1OnlyFunction() && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 449 if (TFI->hasReservedCallFrame(MF)) in canRealignStack() 790 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
|
| H A D | ARMFrameLowering.h | 49 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFrameLowering.h | 45 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.h | 51 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.h | 46 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.h | 48 bool hasReservedCallFrame(const MachineFunction &MF) const override { in hasReservedCallFrame() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.h | 136 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | M68kFrameLowering.cpp | 53 bool M68kFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in M68kFrameLowering 60 return hasReservedCallFrame(MF) || in canSimplifyCallFramePseudos() 230 bool ReserveCallFrame = hasReservedCallFrame(MF); in eliminateCallFramePseudoInstr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.h | 68 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiFrameLowering.cpp | 50 if (!(hasReservedCallFrame(MF) && MFI.adjustsStack())) in determineFrameLayout()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 231 if (MFI.adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 102 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonFrameLowering.h | 63 bool hasReservedCallFrame(const MachineFunction &MF) const override { in hasReservedCallFrame() function
|