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

12

/external/chromium_org/third_party/mesa/src/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/NVPTX/
H A DNVPTXFrameLowering.h27 bool hasFP(const MachineFunction &MF) const override;
H A DNVPTXFrameLowering.cpp33 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.h34 bool hasFP(const MachineFunction &MF) const override;
H A DMipsFrameLowering.cpp93 // hasFP - Return true if the specified function should have a dedicated frame
96 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { function in class:MipsFrameLowering
H A DMipsRegisterInfo.cpp66 return 28 - TFI->hasFP(MF);
164 if (MF.getTarget().getFrameLowering()->hasFP(MF)) {
257 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
259 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
/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.h167 /// hasFP - Return true if the specified function should have a dedicated
170 virtual bool hasFP(const MachineFunction &MF) const = 0;
178 return !hasFP(MF);
189 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::FPW : MSP430::SPW);
122 if (!TFI->hasFP(MF))
161 return TFI->hasFP(MF) ? MSP430::FPW : MSP430::SPW;
H A DMSP430FrameLowering.cpp29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { function in class:MSP430FrameLowering
55 if (hasFP(MF)) {
129 if (hasFP(MF)) {
291 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;
H A DAArch64RegisterInfo.cpp88 if (TFI->hasFP(MF) || STI->isTargetDarwin()) {
123 return TFI->hasFP(MF) || STI->isTargetDarwin();
174 return TFI->hasFP(MF) ? AArch64::FP : AArch64::SP;
260 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, FPOffset))
381 - (TFI->hasFP(MF) || STI->isTargetDarwin()) // FP
/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h45 bool hasFP(const MachineFunction &MF) const override;
H A DSystemZRegisterInfo.cpp40 if (TFI->hasFP(MF)) {
138 return TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D;
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.h60 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.h44 bool hasFP(const MachineFunction &MF) const override;
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h39 bool hasFP(const MachineFunction &MF) const override;

Completed in 470 milliseconds

12