Home | History | Annotate | Download | only in ARM

Lines Matching refs:hasFP

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) {
504 if (STI.isTargetELF() && hasFP(MF))
563 // the sp from fp. We can assume there's an FP here since hasFP already
737 assert (hasFP(MF) && "dynamic stack realignment without a FP!");
750 if (hasFP(MF) && AFI->hasStackFrame()) {
1305 if (TFI->hasFP(MF) && AFI->hasStackFrame())
1516 ((hasFP(MF) && AFI->hasStackFrame()) ? 4:0) >=
1540 if (hasFP(MF)) {