Home
last modified time | relevance | path

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

12

/external/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;
/external/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()
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp61 return 28 - TFI->hasFP(MF); in getRegPressureLimit()
138 if (MF.getTarget().getFrameLowering()->hasFP(MF)) { in getReservedRegs()
214 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP; in getFrameRegister()
216 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister()
DMipsFrameLowering.h35 bool hasFP(const MachineFunction &MF) const;
DMips16FrameLowering.cpp71 if (hasFP(MF)) in emitPrologue()
89 if (hasFP(MF)) in emitEpilogue()
/external/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.cpp85 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in XCoreFrameLowering
100 bool FP = hasFP(MF); in emitPrologue()
181 bool FP = hasFP(MF); in emitEpilogue()
383 if (hasFP(MF)) { in processFunctionBeforeCalleeSavedScan()
DXCoreFrameLowering.h46 bool hasFP(const MachineFunction &MF) const;
/external/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()
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp42 if (TFI->hasFP(MF)) { in getReservedRegs()
138 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()
457 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SystemZFrameLowering
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILFrameLowering.h43 virtual bool hasFP(const MachineFunction &MF) const;
DAMDILFrameLowering.cpp50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const in hasFP() function in AMDGPUFrameLowering
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILFrameLowering.h43 virtual bool hasFP(const MachineFunction &MF) const;
DAMDILFrameLowering.cpp50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const in hasFP() function in AMDGPUFrameLowering
/external/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
/external/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.h31 virtual bool hasFP(const MachineFunction &MF) const;
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.h42 bool hasFP(const MachineFunction &MF) const;
/external/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;
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp111 if (TFI->hasFP(MF)) in getReservedRegs()
175 return TFI->hasFP(MF) ? 4 : 5; in getRegPressureLimit()
177 unsigned FP = TFI->hasFP(MF) ? 1 : 0; in getRegPressureLimit()
369 if (TFI->hasFP(MF)) in getFrameRegister()
542 if (TFI->hasFP(MF) && in needsFrameBaseReg()

12