Lines Matching defs:hasFP
353 return hasFP(MF) || MF.getTarget().Options.FramePointerIsReserved(MF);
931 bool HasFP = hasFP(MF);
1328 if (STI.isTargetELF() && hasFP(MF))
1388 // the sp from fp. We can assume there's an FP here since hasFP already
1591 assert(hasFP(MF) && "dynamic stack realignment without a FP!");
1605 if (hasFP(MF) && AFI->hasStackFrame()) {
2292 if (TFI->hasFP(MF) && AFI->hasStackFrame())
2387 return Subtarget.createAAPCSFrameChain() && hasFP(MF);
2422 bool CanEliminateFrame = !(requiresAAPCSFrameRecord(MF) && hasFP(MF)) &&
2597 bool HasFP = hasFP(MF);