Lines Matching refs:HasFP
39 /// hasFP - Return true if the specified function should have a dedicated frame
42 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const {
221 bool HasFP = hasFP(MF);
222 if (HasFP) {
238 if (HasFP)
269 if (HasFP && isARM)
281 if (STI.isTargetELF() && hasFP(MF))
340 // the sp from fp. We can assume there's an FP here since hasFP already
518 assert (hasFP(MF) && "dynamic stack realignment without a FP!");
531 if (hasFP(MF) && AFI->hasStackFrame()) {
1077 if (TFI->hasFP(MF) && AFI->hasStackFrame())
1284 ((hasFP(MF) && AFI->hasStackFrame()) ? 4:0) >=
1304 if (hasFP(MF)) {