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

12

/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/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/Mips/
H A DMipsFrameLowering.h33 bool hasFP(const MachineFunction &MF) const override;
H A DMips16FrameLowering.cpp76 if (hasFP(MF))
94 if (hasFP(MF))
164 if (hasFP(MF))
H A DMipsRegisterInfo.cpp67 return 28 - TFI->hasFP(MF);
175 if (Subtarget.getFrameLowering()->hasFP(MF)) {
270 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
272 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
H A DMipsFrameLowering.cpp92 // hasFP - Return true if the specified function should have a dedicated frame
95 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { function in class:MipsFrameLowering
/external/llvm/lib/Target/R600/
H A DAMDGPUFrameLowering.h42 bool hasFP(const MachineFunction &MF) const override;
H A DAMDGPUFrameLowering.cpp111 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const { function in class:AMDGPUFrameLowering
/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h171 /// hasFP - Return true if the specified function should have a dedicated
174 virtual bool hasFP(const MachineFunction &MF) const = 0;
182 return !hasFP(MF);
193 return hasReservedCallFrame(MF) || hasFP(MF);
/external/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h45 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h46 bool hasFP(const MachineFunction &MF) const override;
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))
161 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP;
H A DMSP430FrameLowering.cpp30 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { function in class:MSP430FrameLowering
56 if (hasFP(MF)) {
130 if (hasFP(MF)) {
292 if (hasFP(MF)) {
/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.h38 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h47 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h59 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h44 bool hasFP(const MachineFunction &MF) const override;
/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/ARM/
H A DARMFrameLowering.h46 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.h63 bool hasFP(const MachineFunction &MF) const override;

Completed in 311 milliseconds

12