Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.cpp65 if (TFI->hasFP(*MF)) in getCalleeSavedRegs()
89 if (TFI->hasFP(MF)) { in getReservedRegs()
116 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FP : MSP430::SP); in eliminateFrameIndex()
122 if (!TFI->hasFP(MF)) in eliminateFrameIndex()
161 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP; in getFrameRegister()
DMSP430FrameLowering.cpp30 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MSP430FrameLowering
56 if (hasFP(MF)) { in emitPrologue()
130 if (hasFP(MF)) { in emitEpilogue()
292 if (hasFP(MF)) { in processFunctionBeforeFrameFinalized()
DMSP430FrameLowering.h46 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h174 virtual bool hasFP(const MachineFunction &MF) const = 0;
182 return !hasFP(MF); in hasReservedCallFrame()
193 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.cpp67 return 28 - TFI->hasFP(MF); in getRegPressureLimit()
175 if (Subtarget.getFrameLowering()->hasFP(MF)) { in getReservedRegs()
270 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP; in getFrameRegister()
272 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister()
DMips16FrameLowering.cpp76 if (hasFP(MF)) in emitPrologue()
94 if (hasFP(MF)) in emitEpilogue()
164 if (hasFP(MF)) in processFunctionBeforeCalleeSavedScan()
DMipsFrameLowering.h33 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp102 if (TFI->hasFP(MF) || TT.isOSDarwin()) { in getReservedRegs()
137 return TFI->hasFP(MF) || TT.isOSDarwin(); in isReservedReg()
218 return TFI->hasFP(MF) ? AArch64::FP : AArch64::SP; in getFrameRegister()
304 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
432 - (TFI->hasFP(MF) || TT.isOSDarwin()) // FP in getRegPressureLimit()
DAArch64FrameLowering.cpp133 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128) in canUseRedZone()
140 bool AArch64FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in AArch64FrameLowering
220 bool HasFP = hasFP(MF); in emitCalleeSavedFrameMoves()
264 bool HasFP = hasFP(MF); in emitPrologue()
613 if (!hasFP(MF)) { in emitEpilogue()
671 UseFP = hasFP(MF); in resolveFrameIndexReference()
672 } else if (hasFP(MF) && !RegInfo->hasBasePointer(MF) && in resolveFrameIndexReference()
881 if (hasFP(MF)) { in processFunctionBeforeCalleeSavedScan()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp218 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in XCoreFrameLowering
255 bool FP = hasFP(MF); in emitPrologue()
375 bool FP = hasFP(MF); in emitEpilogue()
427 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && in spillCalleeSavedRegisters()
457 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && in restoreCalleeSavedRegisters()
556 if (hasFP(MF)) in processFunctionBeforeCalleeSavedScan()
573 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()
577 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
DXCoreRegisterInfo.cpp226 if (TFI->hasFP(*MF)) in getCalleeSavedRegs()
239 if (TFI->hasFP(MF)) { in getReservedRegs()
309 if (TFI->hasFP(MF)) { in eliminateFrameIndex()
329 return TFI->hasFP(MF) ? XCore::R10 : XCore::SP; in getFrameRegister()
DXCoreFrameLowering.h47 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp41 if (TFI->hasFP(MF)) { in getReservedRegs()
139 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()
450 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in SystemZFrameLowering
/external/llvm/lib/Target/NVPTX/
DNVPTXFrameLowering.h25 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/BPF/
DBPFFrameLowering.cpp24 bool BPFFrameLowering::hasFP(const MachineFunction &MF) const { return true; } in hasFP() function in BPFFrameLowering
DBPFFrameLowering.h30 bool hasFP(const MachineFunction &MF) const override;
/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/Hexagon/
DHexagonFrameLowering.cpp115 if (hasFP(MF)) { in emitPrologue()
154 if (hasFP(MF) || MF.getTarget().getOptLevel() == CodeGenOpt::None) { in emitEpilogue()
203 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in HexagonFrameLowering
DHexagonFrameLowering.h45 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/R600/
DAMDGPUFrameLowering.h42 bool hasFP(const MachineFunction &MF) const override;
DAMDGPUFrameLowering.cpp111 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in AMDGPUFrameLowering
/external/llvm/lib/Target/Sparc/
DSparcFrameLowering.h38 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp138 if (TFI->hasFP(MF)) in getReservedRegs()
203 return TFI->hasFP(MF) ? 4 : 5; in getRegPressureLimit()
205 unsigned FP = TFI->hasFP(MF) ? 1 : 0; in getRegPressureLimit()
383 if (TFI->hasFP(MF)) in getFrameRegister()
547 if (TFI->hasFP(MF) && in needsFrameBaseReg()

12