| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetFrameLowering.h | 181 virtual bool hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function 193 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsSEFrameLowering.h | 39 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | Mips16FrameLowering.h | 43 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | Mips16FrameLowering.cpp | 150 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr() 166 Mips16FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in Mips16FrameLowering
|
| H A D | MipsFrameLowering.cpp | 128 if (MFI->adjustsStack() && hasReservedCallFrame(MF)) in estimateStackSize()
|
| H A D | MipsSEFrameLowering.cpp | 633 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MipsSEFrameLowering 651 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | Thumb1FrameLowering.h | 42 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | ARMFrameLowering.h | 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | ARMBaseRegisterInfo.cpp | 317 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF)) in hasBasePointer() 360 ->hasReservedCallFrame(MF)) in canRealignStack() 727 assert(TFI->hasReservedCallFrame(MF) && in eliminateFrameIndex()
|
| H A D | Thumb1FrameLowering.cpp | 27 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{ in hasReservedCallFrame() function in Thumb1FrameLowering 58 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| H A D | ARMFrameLowering.cpp | 70 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in ARMFrameLowering 89 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects(); in canSimplifyCallFramePseudos() 868 bool hasMovingSP = !hasReservedCallFrame(MF); in ResolveFrameIndexReference() 1772 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| H A D | Thumb1RegisterInfo.cpp | 500 ->hasReservedCallFrame(MF) && in eliminateFrameIndex()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.h | 37 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | SparcFrameLowering.cpp | 138 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr() 176 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SparcFrameLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.h | 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | MSP430FrameLowering.cpp | 38 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in MSP430FrameLowering 233 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.h | 47 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | SystemZFrameLowering.cpp | 492 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in SystemZFrameLowering 507 assert(hasReservedCallFrame(MF) && in eliminateCallFramePseudoInstr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.h | 60 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| H A D | AArch64FrameLowering.cpp | 105 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const { in hasReservedCallFrame() function in AArch64FrameLowering 120 if (!TFI->hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FrameLowering.h | 68 bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPrologEpilogPass.cpp | 203 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 485 if (!hasReservedCallFrame(MF)) { in eliminateCallFramePseudoInstr()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 653 if (adjustsStack() && TFI->hasReservedCallFrame(MF)) in estimateStackSize()
|
| H A D | PrologEpilogInserter.cpp | 641 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn)) in calculateFrameObjectOffsets()
|