Home
last modified time | relevance | path

Searched refs:hasFP (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.cpp67 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()
DMSP430FrameLowering.cpp29 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()
DMSP430FrameLowering.h51 bool hasFP(const MachineFunction &MF) const;
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetFrameLowering.h157 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/
DMipsRegisterInfo.cpp66 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()
DMips16FrameLowering.cpp71 if (hasFP(MF)) in emitPrologue()
89 if (hasFP(MF)) in emitEpilogue()
DMipsFrameLowering.h35 bool hasFP(const MachineFunction &MF) const;
DMipsFrameLowering.cpp96 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MipsFrameLowering
/freebsd-9-stable/contrib/llvm/lib/Target/XCore/
DXCoreRegisterInfo.cpp80 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()
DXCoreFrameLowering.cpp81 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()
DXCoreFrameLowering.h46 bool hasFP(const MachineFunction &MF) const;
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp71 if (TFI->hasFP(MF)) { in getReservedRegs()
160 if (TFI->hasFP(MF)) in getFrameRegister()
DAArch64FrameLowering.cpp108 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/
DSystemZRegisterInfo.cpp42 if (TFI->hasFP(MF)) { in getReservedRegs()
140 return TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D; in getFrameRegister()
DSystemZFrameLowering.cpp70 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/
DARMBaseRegisterInfo.cpp125 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()
DARMFrameLowering.cpp42 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/
DHexagonFrameLowering.cpp114 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
DHexagonFrameLowering.h49 bool hasFP(const MachineFunction &MF) const;
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DAMDGPUFrameLowering.h41 virtual bool hasFP(const MachineFunction &MF) const;
DAMDGPUFrameLowering.cpp101 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in AMDGPUFrameLowering
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.h31 virtual bool hasFP(const MachineFunction &MF) const;
/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcFrameLowering.h42 bool hasFP(const MachineFunction &MF) const;
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86RegisterInfo.cpp220 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()
DX86FrameLowering.h62 bool hasFP(const MachineFunction &MF) const;

12