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

1 23 4 5 6 7

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.h 59 bool hasFP(const MachineFunction &MF) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 59 bool hasFP(const MachineFunction &MF) const override;
AArch64RegisterInfo.cpp 147 if (TFI->hasFP(MF) || TT.isOSDarwin())
186 return TFI->hasFP(MF) || TT.isOSDarwin();
240 return TFI->hasFP(MF) ? AArch64::FP : AArch64::SP;
261 return TFI.hasFP(MF);
326 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset))
451 - (TFI->hasFP(MF) || TT.isOSDarwin()) // FP
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCFrameLowering.h 58 bool hasFP(const MachineFunction &MF) const override;
ARCFrameLowering.cpp 142 if (hasFP(MF)) {
180 if (hasFP(MF)) {
201 if (hasFP(MF)) {
222 if ((hasFP(MF) && Reg == ARC::FP) || (MFI.hasCalls() && Reg == ARC::BLINK))
249 if (hasFP(MF)) {
295 if (hasFP(MF)) {
333 if (hasFP(MF)) {
449 if (!hasFP(MF)) {
464 bool ARCFrameLowering::hasFP(const MachineFunction &MF) const {
466 bool HasFP = MF.getTarget().Options.DisableFramePointerElim(MF) |
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.cpp 31 bool NVPTXFrameLowering::hasFP(const MachineFunction &MF) const { return true; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
RISCVFrameLowering.h 42 bool hasFP(const MachineFunction &MF) const override;
RISCVFrameLowering.cpp 25 bool RISCVFrameLowering::hasFP(const MachineFunction &MF) const {
133 if (hasFP(MF))
160 assert(hasFP(MF) && "frame pointer should not have been eliminated");
197 if (hasFP(MF))
211 if (hasFP(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 45 bool hasFP(const MachineFunction &MF) const override;
  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp 49 if (TFI->hasFP(MF)) {
153 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/MSP430/
MSP430FrameLowering.cpp 29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
56 if (hasFP(MF)) {
130 if (hasFP(MF)) {
295 if (hasFP(MF)) {
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 80 return 28 - TFI->hasFP(MF);
198 if (Subtarget.getFrameLowering()->hasFP(MF)) {
302 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
304 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 88 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsFrameLowering.cpp 82 // hasFP - Return true if the specified function should have a dedicated frame
85 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const {
242 if (hasFP(MF)) {
284 if (hasFP(MF)) {
318 if (hasFP(MF))
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreRegisterInfo.cpp 94 if (TFI->hasFP(MF)) {
105 return TFI->hasFP(MF);
217 bool FP = TFI->hasFP(MF);
326 return TFI->hasFP(MF) ? XCore::R10 : XCore::SP;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIFrameLowering.h 79 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFrameLowering.h 49 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
56 if (hasFP(MF)) {
130 if (hasFP(MF)) {
294 if (hasFP(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 90 // hasFP - Return true if the specified function should have a dedicated frame
94 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const {
MipsRegisterInfo.cpp 77 return 28 - TFI->hasFP(MF);
196 if (Subtarget.getFrameLowering()->hasFP(MF)) {
304 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP;
306 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) :
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 88 bool hasFP(const MachineFunction &MF) const override;
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaFrameLowering.cpp 37 // hasFP - Return true if the specified function should have a dedicated frame
41 bool AlphaFrameLowering::hasFP(const MachineFunction &MF) const {
53 bool FP = hasFP(MF);
115 bool FP = hasFP(MF);
AlphaRegisterInfo.cpp 89 if (TFI->hasFP(MF)) {
139 bool FP = TFI->hasFP(MF);
182 return TFI->hasFP(MF) ? Alpha::R15 : Alpha::R30;
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430FrameLowering.cpp 29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
55 if (hasFP(MF)) {
129 if (hasFP(MF)) {

Completed in 479 milliseconds

1 23 4 5 6 7