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

12

  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 76 if (hasFP(MF))
94 if (hasFP(MF))
183 if (hasFP(MF))
Mips16RegisterInfo.cpp 110 if (TFI->hasFP(MF)) {
Mips16ISelDAGToDAG.cpp 137 AliasReg = TM.getFrameLowering()->hasFP(*MF)?
148 AliasReg = TM.getFrameLowering()->hasFP(*MF)?
MipsSEFrameLowering.cpp 380 if (hasFP(MF)) {
411 if (hasFP(MF)) {
519 if (hasFP(MF))
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 114 if (hasFP(MF)) {
153 if (hasFP(MF) || MF.getTarget().getOptLevel() == CodeGenOpt::None) {
203 bool HexagonFrameLowering::hasFP(const MachineFunction &MF) const {
HexagonRegisterInfo.cpp 137 if (!TFI->hasFP(MF)) {
282 if (TFI->hasFP(MF)) {
  /external/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 217 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
255 bool FP = hasFP(MF);
375 bool FP = hasFP(MF);
427 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
457 assert(Reg != XCore::LR && !(Reg == XCore::R10 && hasFP(*MF)) &&
557 if (hasFP(MF))
574 if (XFI->isLargeFrame(MF) || hasFP(MF))
578 if (XFI->isLargeFrame(MF) && !hasFP(MF))
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 75 // Note: currently hasFP() is always true for hasCalls(), but that's an
78 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128)
83 /// hasFP - Return true if the specified function should have a dedicated frame
85 bool AArch64FrameLowering::hasFP(const MachineFunction &MF) const {
170 bool HasFP = hasFP(MF);
176 int64_t saveAreaOffset = (HasFP ? 2 : 1) * stackGrowth;
189 if (HasFP && (FramePtr == Reg || Reg == AArch64::LR)) {
213 bool HasFP = hasFP(MF)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 132 if (TFI->hasFP(MF))
196 return TFI->hasFP(MF) ? 4 : 5;
198 unsigned FP = TFI->hasFP(MF) ? 1 : 0;
390 if (TFI->hasFP(MF))
560 if (TFI->hasFP(MF) &&
ARMFrameLowering.cpp 46 /// hasFP - Return true if the specified function should have a dedicated frame
49 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const {
261 bool HasFP = hasFP(MF);
267 if (HasFP) {
359 if (HasFP && isARM)
414 if (HasFP) {
436 if (!HasFP) {
470 if (!HasFP) {
495 if (!HasFP) {
    [all...]
Thumb1FrameLowering.cpp 177 bool HasFP = hasFP(MF);
178 if (HasFP)
233 if (HasFP) {
262 if (!HasFP) {
271 if (STI.isTargetELF() && HasFP)
293 // the sp from fp. We can assume there's an FP here since hasFP already
Thumb1RegisterInfo.cpp 573 assert(SPAdj == 0 && MF.getTarget().getFrameLowering()->hasFP(MF) &&
ARMExpandPseudoInsts.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 69 bool HasFP = hasFP(MF);
83 if (HasFP)
221 bool HasFP = hasFP(MF);
251 MIB.addReg(HasFP ? SystemZ::R11D : SystemZ::R15D);
320 bool HasFP = hasFP(MF);
360 if (HasFP) {
448 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 181 // hasFP - Return true if the specified function should have a dedicated frame
184 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const {
214 || hasFP(MF)); // need %FP
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 201 unsigned FPDiff = TFI->hasFP(MF) ? 1 : 0;
340 if (TFI->hasFP(MF)) {
461 if (Reg == FramePtr && TFI->hasFP(MF)) {
489 BasePtr = (TFI->hasFP(MF) ? FramePtr : StackPtr);
530 return TFI->hasFP(MF) ? FramePtr : StackPtr;
X86FrameLowering.cpp 43 /// hasFP - Return true if the specified function should have a dedicated frame
46 bool X86FrameLowering::hasFP(const MachineFunction &MF) const {
449 bool HasFP = hasFP(MF);
499 if (HasFP) MinSize += SlotSize;
535 if (HasFP) {
615 if (!HasFP && NeedsDwarfCFI) {
635 assert(HasFP && "There should be a frame pointer if stack is realigned.");
739 if (HasFP) {
813 if (((!HasFP && NumBytes) || PushedRegs) && NeedsDwarfCFI)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 227 unsigned FP = TFI->hasFP(MF) ? 1 : 0;
837 return TFI->hasFP(MF) ? PPC::R31 : PPC::R1;
839 return TFI->hasFP(MF) ? PPC::X31 : PPC::X1;
    [all...]
PPCFrameLowering.cpp 428 // hasFP - Return true if the specified function actually has a dedicated frame
430 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
432 // FIXME: This is pretty much broken by design: hasFP() might be called really
433 // early, before the stack layout was calculated and thus hasFP() might return
545 bool HasFP = hasFP(MF);
578 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
584 if (HasFP) {
632 if (HasFP)
731 if (HasFP) {
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 519 bool EarlyScavengingSlots = (TFI.hasFP(Fn) &&
    [all...]

Completed in 452 milliseconds

12