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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.h 25 bool hasFP(const MachineFunction &MF) const override;
NVPTXFrameLowering.cpp 32 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; }
  /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/BPF/
BPFFrameLowering.cpp 24 bool BPFFrameLowering::hasFP(const MachineFunction &MF) const { return true; }
BPFFrameLowering.h 30 bool hasFP(const MachineFunction &MF) const override;
  /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 171 /// 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/Mips/
MipsFrameLowering.h 33 bool hasFP(const MachineFunction &MF) const override;
Mips16FrameLowering.cpp 76 if (hasFP(MF))
94 if (hasFP(MF))
164 if (hasFP(MF))
MipsRegisterInfo.cpp 67 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) :
MipsFrameLowering.cpp 92 // hasFP - Return true if the specified function should have a dedicated frame
95 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const {
  /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::FP : MSP430::SP);
122 if (!TFI->hasFP(MF))
161 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP;
MSP430FrameLowering.cpp 30 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
56 if (hasFP(MF)) {
130 if (hasFP(MF)) {
292 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;
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.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 41 if (TFI->hasFP(MF)) {
139 return TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D;
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 46 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 63 bool hasFP(const MachineFunction &MF) const override;

Completed in 1062 milliseconds

1 2