| /freebsd-9-stable/contrib/llvm/lib/Target/MSP430/ |
| D | MSP430RegisterInfo.cpp | 67 if (TFI->hasFP(*MF)) in getCalleeSavedRegs() 91 if (TFI->hasFP(MF)) in getReservedRegs() 116 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FPW : MSP430::SPW); in eliminateFrameIndex() 122 if (!TFI->hasFP(MF)) in eliminateFrameIndex() 161 return TFI->hasFP(MF) ? MSP430::FPW : MSP430::SPW; in getFrameRegister()
|
| D | MSP430FrameLowering.cpp | 29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MSP430FrameLowering 55 if (hasFP(MF)) { in emitPrologue() 129 if (hasFP(MF)) { in emitEpilogue() 291 if (hasFP(MF)) { in processFunctionBeforeFrameFinalized()
|
| D | MSP430FrameLowering.h | 51 bool hasFP(const MachineFunction &MF) const;
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetFrameLowering.h | 157 virtual bool hasFP(const MachineFunction &MF) const = 0; 165 return !hasFP(MF); in hasReservedCallFrame() 176 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsRegisterInfo.cpp | 66 return 28 - TFI->hasFP(MF); in getRegPressureLimit() 151 if (MF.getTarget().getFrameLowering()->hasFP(MF)) { in getReservedRegs() 236 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP; in getFrameRegister() 238 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister()
|
| D | Mips16FrameLowering.cpp | 71 if (hasFP(MF)) in emitPrologue() 89 if (hasFP(MF)) in emitEpilogue()
|
| D | MipsFrameLowering.h | 35 bool hasFP(const MachineFunction &MF) const;
|
| D | MipsFrameLowering.cpp | 96 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MipsFrameLowering
|
| /freebsd-9-stable/contrib/llvm/lib/Target/XCore/ |
| D | XCoreRegisterInfo.cpp | 80 if (TFI->hasFP(MF)) { in getReservedRegs() 91 return TFI->hasFP(MF); in requiresRegisterScavenging() 151 bool FP = TFI->hasFP(MF); in eliminateFrameIndex() 260 return TFI->hasFP(MF) ? XCore::R10 : XCore::SP; in getFrameRegister()
|
| D | XCoreFrameLowering.cpp | 81 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in XCoreFrameLowering 101 bool FP = hasFP(MF); in emitPrologue() 211 bool FP = hasFP(MF); in emitEpilogue() 413 if (hasFP(MF)) { in processFunctionBeforeCalleeSavedScan()
|
| D | XCoreFrameLowering.h | 46 bool hasFP(const MachineFunction &MF) const;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64RegisterInfo.cpp | 71 if (TFI->hasFP(MF)) { in getReservedRegs() 160 if (TFI->hasFP(MF)) in getFrameRegister()
|
| D | AArch64FrameLowering.cpp | 108 bool FPNeedsSetting = hasFP(MF); in emitPrologue() 162 if (!hasFP(MF) && NumResidualBytes) { in emitPrologue() 362 if (hasFP(MF)) { in processFunctionBeforeCalleeSavedScan() 565 AArch64FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in AArch64FrameLowering 594 return !(hasFP(MF) && MFI->hasVarSizedObjects()); in hasReservedCallFrame()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZRegisterInfo.cpp | 42 if (TFI->hasFP(MF)) { in getReservedRegs() 140 return TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D; in getFrameRegister()
|
| D | SystemZFrameLowering.cpp | 70 bool HasFP = hasFP(MF); in processFunctionBeforeCalleeSavedScan() 223 bool HasFP = hasFP(MF); in restoreCalleeSavedRegisters() 322 bool HasFP = hasFP(MF); in emitPrologue() 456 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SystemZFrameLowering
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMBaseRegisterInfo.cpp | 125 if (TFI->hasFP(MF)) in getReservedRegs() 189 return TFI->hasFP(MF) ? 4 : 5; in getRegPressureLimit() 191 unsigned FP = TFI->hasFP(MF) ? 1 : 0; in getRegPressureLimit() 383 if (TFI->hasFP(MF)) in getFrameRegister() 548 if (TFI->hasFP(MF) && in needsFrameBaseReg()
|
| D | ARMFrameLowering.cpp | 42 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in ARMFrameLowering 218 bool HasFP = hasFP(MF); in emitPrologue() 290 if (STI.isTargetELF() && hasFP(MF)) in emitPrologue() 521 assert (hasFP(MF) && "dynamic stack realignment without a FP!"); in ResolveFrameIndexReference() 534 if (hasFP(MF) && AFI->hasStackFrame()) { in ResolveFrameIndexReference() 1083 if (TFI->hasFP(MF) && AFI->hasStackFrame()) in estimateRSStackSizeLimit() 1294 ((hasFP(MF) && AFI->hasStackFrame()) ? 4:0) >= in processFunctionBeforeCalleeSavedScan() 1318 if (hasFP(MF)) { in processFunctionBeforeCalleeSavedScan()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/ |
| D | HexagonFrameLowering.cpp | 114 if (hasFP(MF)) { in emitPrologue() 153 if (hasFP(MF) || MF.getTarget().getOptLevel() == CodeGenOpt::None) { in emitEpilogue() 203 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in HexagonFrameLowering
|
| D | HexagonFrameLowering.h | 49 bool hasFP(const MachineFunction &MF) const;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUFrameLowering.h | 41 virtual bool hasFP(const MachineFunction &MF) const;
|
| D | AMDGPUFrameLowering.cpp | 101 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in AMDGPUFrameLowering
|
| /freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXFrameLowering.h | 31 virtual bool hasFP(const MachineFunction &MF) const;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcFrameLowering.h | 42 bool hasFP(const MachineFunction &MF) const;
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86RegisterInfo.cpp | 220 unsigned FPDiff = TFI->hasFP(MF) ? 1 : 0; in getRegPressureLimit() 335 if (TFI->hasFP(MF)) { in getReservedRegs() 456 if (Reg == FramePtr && TFI->hasFP(MF)) { in hasReservedSpillSlot() 484 BasePtr = (TFI->hasFP(MF) ? FramePtr : StackPtr); in eliminateFrameIndex() 516 return TFI->hasFP(MF) ? FramePtr : StackPtr; in getFrameRegister()
|
| D | X86FrameLowering.h | 62 bool hasFP(const MachineFunction &MF) const;
|