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

12 3 4 5 6 7

  /external/llvm/lib/Target/AVR/
AVRFrameLowering.h 25 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/Lanai/
LanaiFrameLowering.h 49 bool hasFP(const MachineFunction &MF) const override { return true; }
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 46 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.h 38 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.h 48 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZFrameLowering.h 51 bool hasFP(const MachineFunction &MF) const;
SystemZRegisterInfo.cpp 57 if (TFI->hasFP(MF)) {
111 unsigned BasePtr = (TFI->hasFP(MF) ? SystemZ::R11D : SystemZ::R15D);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRFrameLowering.h 25 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiFrameLowering.h 49 bool hasFP(const MachineFunction & /*MF*/) const override { return true; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430FrameLowering.h 46 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFrameLowering.h 33 bool hasFP(const MachineFunction &MF) const override;
Mips16FrameLowering.cpp 87 if (hasFP(MF))
104 if (hasFP(MF))
174 if (hasFP(MF))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcFrameLowering.h 38 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreFrameLowering.h 48 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.cpp 42 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const {
67 return MFI.getStackSize() || MFI.adjustsStack() || hasFP(MF);
111 assert(!I->getOperand(0).getImm() && hasFP(MF) &&
167 if (hasFP(MF)) {
208 .addReg(hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32)
211 SPReg = hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32;
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430RegisterInfo.cpp 68 if (TFI->hasFP(*MF))
92 if (TFI->hasFP(MF))
181 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FPW : MSP430::SPW);
187 if (!TFI->hasFP(MF))
228 if (TFI->hasFP(MF)) {
239 return TFI->hasFP(MF) ? MSP430::FPW : MSP430::SPW;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.cpp 54 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const {
87 return MFI.getStackSize() || MFI.adjustsStack() || hasFP(MF);
118 assert(!I->getOperand(0).getImm() && (hasFP(MF) || hasBP(MF)) &&
188 if (hasFP(MF)) {
232 .addReg(hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32)
235 SPReg = hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32;
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 213 /// hasFP - Return true if the specified function should have a dedicated
216 virtual bool hasFP(const MachineFunction &MF) const = 0;
224 return !hasFP(MF);
235 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 80 if (hasFP(MF))
98 if (hasFP(MF))
169 if (hasFP(MF))
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinFrameLowering.cpp 25 // hasFP - Return true if the specified function should have a dedicated frame
28 bool BlackfinFrameLowering::hasFP(const MachineFunction &MF) const {
60 if (!hasFP(MF)) {
105 if (!hasFP(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 213 /// hasFP - Return true if the specified function should have a dedicated
216 virtual bool hasFP(const MachineFunction &MF) const = 0;
224 return !hasFP(MF);
235 return hasReservedCallFrame(MF) || hasFP(MF);
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 59 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.cpp 31 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; }
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 45 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFrameLowering.h 49 bool hasFP(const MachineFunction &MF) const;

Completed in 1900 milliseconds

12 3 4 5 6 7