Home
last modified time | relevance | path

Searched refs:hasFP (Results 1 – 25 of 168) sorted by relevance

1234567

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp42 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in WebAssemblyFrameLowering
67 return MFI.getStackSize() || MFI.adjustsStack() || hasFP(MF); in needsSP()
111 assert(!I->getOperand(0).getImm() && hasFP(MF) && in eliminateCallFramePseudoInstr()
167 if (hasFP(MF)) { in emitPrologue()
208 .addReg(hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32) in emitEpilogue()
211 SPReg = hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32; in emitEpilogue()
/external/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.cpp65 if (TFI->hasFP(*MF)) in getCalleeSavedRegs()
89 if (TFI->hasFP(MF)) { in getReservedRegs()
116 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FP : MSP430::SP); in eliminateFrameIndex()
122 if (!TFI->hasFP(MF)) in eliminateFrameIndex()
160 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP; in getFrameRegister()
DMSP430FrameLowering.cpp29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MSP430FrameLowering
56 if (hasFP(MF)) { in emitPrologue()
130 if (hasFP(MF)) { in emitEpilogue()
295 if (hasFP(MF)) { in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430RegisterInfo.cpp65 if (TFI->hasFP(*MF)) in getCalleeSavedRegs()
89 if (TFI->hasFP(MF)) { in getReservedRegs()
116 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FP : MSP430::SP); in eliminateFrameIndex()
122 if (!TFI->hasFP(MF)) in eliminateFrameIndex()
160 return TFI->hasFP(MF) ? MSP430::FP : MSP430::SP; in getFrameRegister()
DMSP430FrameLowering.cpp29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MSP430FrameLowering
56 if (hasFP(MF)) { in emitPrologue()
130 if (hasFP(MF)) { in emitEpilogue()
294 if (hasFP(MF)) { in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp54 bool WebAssemblyFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in WebAssemblyFrameLowering
87 return MFI.getStackSize() || MFI.adjustsStack() || hasFP(MF); in needsSP()
118 assert(!I->getOperand(0).getImm() && (hasFP(MF) || hasBP(MF)) && in eliminateCallFramePseudoInstr()
188 if (hasFP(MF)) { in emitPrologue()
232 .addReg(hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32) in emitEpilogue()
235 SPReg = hasFP(MF) ? WebAssembly::FP32 : WebAssembly::SP32; in emitEpilogue()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430RegisterInfo.cpp68 if (TFI->hasFP(*MF)) in getCalleeSavedRegs()
92 if (TFI->hasFP(MF)) in getReservedRegs()
181 unsigned BasePtr = (TFI->hasFP(MF) ? MSP430::FPW : MSP430::SPW); in eliminateFrameIndex()
187 if (!TFI->hasFP(MF)) in eliminateFrameIndex()
228 if (TFI->hasFP(MF)) { in processFunctionBeforeFrameFinalized()
239 return TFI->hasFP(MF) ? MSP430::FPW : MSP430::SPW; in getFrameRegister()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetFrameLowering.h146 virtual bool hasFP(const MachineFunction &MF) const = 0;
154 return !hasFP(MF); in hasReservedCallFrame()
165 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp142 if (hasFP(MF)) { in emitPrologue()
180 if (hasFP(MF)) { in emitPrologue()
201 if (hasFP(MF)) { in emitPrologue()
222 if ((hasFP(MF) && Reg == ARC::FP) || (MFI.hasCalls() && Reg == ARC::BLINK)) in emitPrologue()
249 if (hasFP(MF)) { in emitEpilogue()
295 if (hasFP(MF)) { in emitEpilogue()
333 if (hasFP(MF)) { in assignCalleeSavedSpillSlots()
449 if (!hasFP(MF)) { in eliminateCallFramePseudoInstr()
464 bool ARCFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in ARCFrameLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.cpp25 bool RISCVFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in RISCVFrameLowering
133 if (hasFP(MF)) in emitPrologue()
160 assert(hasFP(MF) && "frame pointer should not have been eliminated"); in emitEpilogue()
197 if (hasFP(MF)) in getFrameIndexReference()
211 if (hasFP(MF)) { in determineCalleeSaves()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp147 if (TFI->hasFP(MF) || TT.isOSDarwin()) in getReservedRegs()
186 return TFI->hasFP(MF) || TT.isOSDarwin(); in isReservedReg()
240 return TFI->hasFP(MF) ? AArch64::FP : AArch64::SP; in getFrameRegister()
261 return TFI.hasFP(MF); in useFPForScavengingIndex()
326 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
451 - (TFI->hasFP(MF) || TT.isOSDarwin()) // FP in getRegPressureLimit()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinFrameLowering.cpp28 bool BlackfinFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in BlackfinFrameLowering
60 if (!hasFP(MF)) { in emitPrologue()
105 if (!hasFP(MF)) { in emitEpilogue()
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h216 virtual bool hasFP(const MachineFunction &MF) const = 0;
224 return !hasFP(MF); in hasReservedCallFrame()
235 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h216 virtual bool hasFP(const MachineFunction &MF) const = 0;
224 return !hasFP(MF); in hasReservedCallFrame()
235 return hasReservedCallFrame(MF) || hasFP(MF); in canSimplifyCallFramePseudos()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp126 if (TFI->hasFP(MF) || TT.isOSDarwin()) { in getReservedRegs()
161 return TFI->hasFP(MF) || TT.isOSDarwin(); in isReservedReg()
214 return TFI->hasFP(MF) ? AArch64::FP : AArch64::SP; in getFrameRegister()
298 if (TFI->hasFP(MF) && isFrameOffsetLegal(MI, AArch64::FP, FPOffset)) in needsFrameBaseReg()
423 - (TFI->hasFP(MF) || TT.isOSDarwin()) // FP in getRegPressureLimit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp219 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in XCoreFrameLowering
257 bool FP = hasFP(MF); in emitPrologue()
384 bool FP = hasFP(MF); in emitEpilogue()
436 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && in spillCalleeSavedRegisters()
466 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && in restoreCalleeSavedRegisters()
567 if (hasFP(MF)) in determineCalleeSaves()
587 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()
589 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp217 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in XCoreFrameLowering
255 bool FP = hasFP(MF); in emitPrologue()
382 bool FP = hasFP(MF); in emitEpilogue()
434 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && in spillCalleeSavedRegisters()
464 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) && in restoreCalleeSavedRegisters()
566 if (hasFP(MF)) in determineCalleeSaves()
583 if (XFI->isLargeFrame(MF) || hasFP(MF)) in processFunctionBeforeFrameFinalized()
587 if (XFI->isLargeFrame(MF) && !hasFP(MF)) in processFunctionBeforeFrameFinalized()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp87 if (hasFP(MF)) in emitPrologue()
104 if (hasFP(MF)) in emitEpilogue()
174 if (hasFP(MF)) in determineCalleeSaves()
DMipsRegisterInfo.cpp77 return 28 - TFI->hasFP(MF); in getRegPressureLimit()
196 if (Subtarget.getFrameLowering()->hasFP(MF)) { in getReservedRegs()
304 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP; in getFrameRegister()
306 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaRegisterInfo.cpp89 if (TFI->hasFP(MF)) { in eliminateCallFramePseudoInstr()
139 bool FP = TFI->hasFP(MF); in eliminateFrameIndex()
182 return TFI->hasFP(MF) ? Alpha::R15 : Alpha::R30; in getFrameRegister()
DAlphaFrameLowering.cpp41 bool AlphaFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in AlphaFrameLowering
53 bool FP = hasFP(MF); in emitPrologue()
115 bool FP = hasFP(MF); in emitEpilogue()
/external/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp80 if (hasFP(MF)) in emitPrologue()
98 if (hasFP(MF)) in emitEpilogue()
169 if (hasFP(MF)) in determineCalleeSaves()
DMipsRegisterInfo.cpp80 return 28 - TFI->hasFP(MF); in getRegPressureLimit()
198 if (Subtarget.getFrameLowering()->hasFP(MF)) { in getReservedRegs()
302 return TFI->hasFP(MF) ? Mips::S0 : Mips::SP; in getFrameRegister()
304 return TFI->hasFP(MF) ? (IsN64 ? Mips::FP_64 : Mips::FP) : in getFrameRegister()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsFrameLowering.cpp85 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP() function in MipsFrameLowering
242 if (hasFP(MF)) { in emitPrologue()
284 if (hasFP(MF)) { in emitEpilogue()
318 if (hasFP(MF)) in processFunctionBeforeCalleeSavedScan()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreRegisterInfo.cpp94 if (TFI->hasFP(MF)) { in getReservedRegs()
105 return TFI->hasFP(MF); in requiresRegisterScavenging()
217 bool FP = TFI->hasFP(MF); in eliminateFrameIndex()
326 return TFI->hasFP(MF) ? XCore::R10 : XCore::SP; in getFrameRegister()

1234567