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

1 2 3 4 5 6 7

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
Nios2FrameLowering.cpp 21 bool Nios2FrameLowering::hasFP(const MachineFunction &MF) const { return true; }
Nios2FrameLowering.h 31 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/AMDGPU/
AMDGPUFrameLowering.h 39 bool hasFP(const MachineFunction &MF) const override {
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaFrameLowering.h 38 bool hasFP(const MachineFunction &MF) const;
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXFrameLowering.h 39 bool hasFP(const MachineFunction &MF) const { return false; }
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcFrameLowering.h 36 bool hasFP(const MachineFunction &MF) const { return false; }
  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.h 25 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinFrameLowering.h 38 bool hasFP(const MachineFunction &MF) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeFrameLowering.h 43 bool hasFP(const MachineFunction &MF) const;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsFrameLowering.h 41 bool hasFP(const MachineFunction &MF) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600FrameLowering.h 31 bool hasFP(const MachineFunction &MF) const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.h 25 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetFrameLowering.h 143 /// hasFP - Return true if the specified function should have a dedicated
146 virtual bool hasFP(const MachineFunction &MF) const = 0;
154 return !hasFP(MF);
165 return hasReservedCallFrame(MF) || hasFP(MF);
  /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/Mips/
MipsFrameLowering.h 33 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.h 45 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUFrameLowering.h 41 bool hasFP(const MachineFunction &MF) const;
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430FrameLowering.h 47 bool hasFP(const MachineFunction &MF) const;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreFrameLowering.h 43 bool hasFP(const MachineFunction &MF) const;
  /external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.h 45 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/MSP430/
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))
160 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
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))
160 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP;

Completed in 1444 milliseconds

1 2 3 4 5 6 7