HomeSort by relevance Sort by last modified time
    Searched refs:hasFP (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILFrameLowering.h 43 virtual bool hasFP(const MachineFunction &MF) const;
AMDILFrameLowering.cpp 50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILFrameLowering.h 43 virtual bool hasFP(const MachineFunction &MF) const;
AMDILFrameLowering.cpp 50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.h 34 bool hasFP(const MachineFunction &MF) const override;
MipsFrameLowering.cpp 93 // hasFP - Return true if the specified function should have a dedicated frame
96 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const {
MipsRegisterInfo.cpp 66 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/NVPTX/
NVPTXFrameLowering.h 27 bool hasFP(const MachineFunction &MF) const override;
NVPTXFrameLowering.cpp 33 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; }
  /external/llvm/lib/Target/R600/
AMDGPUFrameLowering.h 42 bool hasFP(const MachineFunction &MF) const override;
AMDGPUFrameLowering.cpp 111 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const {
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 167 /// 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/
HexagonFrameLowering.h 45 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 46 bool hasFP(const MachineFunction &MF) const override;
MSP430RegisterInfo.cpp 65 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;
MSP430FrameLowering.cpp 29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
55 if (hasFP(MF)) {
129 if (hasFP(MF)) {
291 if (hasFP(MF)) {
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 38 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.h 47 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 59 bool hasFP(const MachineFunction &MF) const override;
AArch64RegisterInfo.cpp 88 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/ARM/
ARMFrameLowering.h 44 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 45 bool hasFP(const MachineFunction &MF) const override;
SystemZRegisterInfo.cpp 40 if (TFI->hasFP(MF)) {
138 return TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D;
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 60 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 39 bool hasFP(const MachineFunction &MF) const override;

Completed in 239 milliseconds

1 2