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

1 2 34 5 6 7

  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 126 if (TFI->hasFP(MF) || TT.isOSDarwin()) {
161 return TFI->hasFP(MF) || TT.isOSDarwin();
214 return TFI->hasFP(MF) ? AArch64::FP : AArch64::SP;
298 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset))
423 - (TFI->hasFP(MF) || TT.isOSDarwin()) // FP
AArch64FrameLowering.cpp 131 return !(MFI->hasCalls() || hasFP(MF) || NumBytes > 128);
134 /// hasFP - Return true if the specified function should have a dedicated frame
136 bool AArch64FrameLowering::hasFP(const MachineFunction &MF) const {
418 bool HasFP = hasFP(MF);
431 assert(!HasFP && "unexpected function without stack frame but with FP");
483 if (HasFP) {
621 if (HasFP) {
741 if (!hasFP(MF)) {
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp 106 if (TFI->hasFP(MF)) {
MipsFrameLowering.cpp 90 // hasFP - Return true if the specified function should have a dedicated frame
94 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const {
  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 226 if (TFI->hasFP(*MF))
239 if (TFI->hasFP(MF)) {
309 if (TFI->hasFP(MF)) {
329 return TFI->hasFP(MF) ? XCore::R10 : XCore::SP;
XCoreFrameLowering.cpp 217 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
255 bool FP = hasFP(MF);
382 bool FP = hasFP(MF);
434 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
464 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
566 if (hasFP(MF))
583 if (XFI->isLargeFrame(MF) || hasFP(MF))
587 if (XFI->isLargeFrame(MF) && !hasFP(MF))
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreFrameLowering.cpp 86 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
102 bool FP = hasFP(MF);
222 bool FP = hasFP(MF);
368 if (hasFP(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp 106 if (TFI->hasFP(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVRegisterInfo.cpp 114 return TFI->hasFP(MF) ? RISCV::X8 : RISCV::X2;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreRegisterInfo.cpp 225 if (TFI->hasFP(*MF))
238 if (TFI->hasFP(MF)) {
308 if (TFI->hasFP(MF)) {
328 return TFI->hasFP(MF) ? XCore::R10 : XCore::SP;
XCoreFrameLowering.cpp 219 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
257 bool FP = hasFP(MF);
384 bool FP = hasFP(MF);
436 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
466 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
567 if (hasFP(MF))
587 if (XFI->isLargeFrame(MF) || hasFP(MF))
589 if (XFI->isLargeFrame(MF) && !hasFP(MF))
  /external/llvm/lib/Target/AVR/
AVRRegisterInfo.cpp 69 if (TFI->hasFP(MF)) {
239 if (TFI->hasFP(MF)) {
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 221 if (TFI->hasFP(MF))
239 return MF.getSubtarget<HexagonSubtarget>().getFrameLowering()->hasFP(MF);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCRegisterInfo.cpp 209 if (!TFI->hasFP(MF)) {
225 return TFI->hasFP(MF) ? ARC::FP : ARC::SP;
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 173 return TFI->hasFP(MF) && TFI->Uses64BitFramePtr
227 unsigned FPDiff = TFI->hasFP(MF) ? 1 : 0;
447 if (TFI->hasFP(MF)) {
595 BasePtr = (TFI->hasFP(MF) ? FramePtr : StackPtr);
659 return TFI->hasFP(MF) ? FramePtr : StackPtr;
X86FrameLowering.h 95 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRFrameLowering.cpp 50 return hasFP(MF) && !MFI.hasVarSizedObjects();
60 bool HasFP = hasFP(MF);
70 if (HasFP) {
98 if (!HasFP) {
152 if (!hasFP(MF) && !isHandler) {
177 if (hasFP(MF))
228 bool AVRFrameLowering::hasFP(const MachineFunction &MF) const {
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 76 if (TFI->hasFP(MF))
208 if (TFI->hasFP(MF)) {
333 return TFI->hasFP(MF) ? BF::FP : BF::SP;
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZFrameLowering.cpp 59 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const {
128 if (hasFP(MF)) {
337 MIB.addReg(hasFP(MF) ? SystemZ::R11D : SystemZ::R15D);
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 72 bool HasFP = hasFP(MF);
92 if (HasFP)
231 bool HasFP = hasFP(MF);
261 MIB.addReg(HasFP ? SystemZ::R11D : SystemZ::R15D);
332 bool HasFP = hasFP(MF);
388 if (HasFP) {
479 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyRegisterInfo.cpp 129 /* !hasFP */ {WebAssembly::SP32, WebAssembly::SP64},
130 /* hasFP */ {WebAssembly::FP32, WebAssembly::FP64}};
132 return Regs[TFI->hasFP(MF)][TT.isArch64Bit()];
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 334 // hasFP - Return true if the specified function should have a dedicated frame
337 bool MBlazeFrameLowering::hasFP(const MachineFunction &MF) const {
376 if (hasFP(MF)) {
404 if (hasFP(MF)) {
443 if (hasFP(MF)) {
MBlazeRegisterInfo.cpp 182 return TFI->hasFP(MF) ? MBlaze::R19 : MBlaze::R1;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 72 bool HasFP = hasFP(MF);
92 if (HasFP)
236 bool HasFP = hasFP(MF);
269 MIB.addReg(HasFP ? SystemZ::R11D : SystemZ::R15D);
353 bool HasFP = hasFP(MF);
417 if (HasFP) {
516 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyRegisterInfo.cpp 135 /* !hasFP */ {WebAssembly::SP32, WebAssembly::SP64},
136 /* hasFP */ {WebAssembly::FP32, WebAssembly::FP64}};
138 return Regs[TFI->hasFP(MF)][TT.isArch64Bit()];

Completed in 1452 milliseconds

1 2 34 5 6 7