Searched refs:hasFP (Results 1 - 25 of 55) sorted by relevance

123

/external/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.h25 bool hasFP(const MachineFunction &MF) const override;
H A DNVPTXFrameLowering.cpp32 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; } function in class:NVPTXFrameLowering
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILFrameLowering.h43 virtual bool hasFP(const MachineFunction &MF) const;
H A DAMDILFrameLowering.cpp50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const function in class:AMDGPUFrameLowering
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUFrameLowering.h41 bool hasFP(const MachineFunction &MF) const override;
H A DAMDGPUFrameLowering.cpp116 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const { function in class:AMDGPUFrameLowering
/external/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp24 bool BPFFrameLowering::hasFP(const MachineFunction &MF) const { return true; } function in class:BPFFrameLowering
H A DBPFFrameLowering.h30 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h39 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.cpp65 if (TFI->hasFP(*MF))
89 if (TFI->hasFP(MF)) {
116 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FP : MSP430::SP);
122 if (!TFI->hasFP(MF))
160 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP;
H A DMSP430FrameLowering.h46 bool hasFP(const MachineFunction &MF) const override;
H A DMSP430FrameLowering.cpp30 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { function in class:MSP430FrameLowering
57 if (hasFP(MF)) {
131 if (hasFP(MF)) {
293 if (hasFP(MF)) {
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.h33 bool hasFP(const MachineFunction &MF) const override;
H A DMips16FrameLowering.cpp81 if (hasFP(MF))
99 if (hasFP(MF))
170 if (hasFP(MF))
H A DMipsRegisterInfo.cpp68 return 28 - TFI->hasFP(MF);
186 if (Subtarget.getFrameLowering()->hasFP(MF)) {
290 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
292 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h38 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h206 /// hasFP - Return true if the specified function should have a dedicated
209 virtual bool hasFP(const MachineFunction &MF) const = 0;
217 return !hasFP(MF);
228 return hasReservedCallFrame(MF) || hasFP(MF);
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h58 bool hasFP(const MachineFunction &MF) const override;
H A DAArch64RegisterInfo.cpp114 if (TFI->hasFP(MF) || TT.isOSDarwin()) {
149 return TFI->hasFP(MF) || TT.isOSDarwin();
204 return TFI->hasFP(MF) ? AArch64::FP : AArch64::SP;
290 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset))
417 - (TFI->hasFP(MF) || TT.isOSDarwin()) // FP
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h45 bool hasFP(const MachineFunction &MF) const override;
H A DSystemZRegisterInfo.cpp41 if (TFI->hasFP(MF)) {
139 return TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D;
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h48 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.h46 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h68 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h56 bool hasFP(const MachineFunction &MF) const override;

Completed in 279 milliseconds

123