Home | History | Annotate | Download | only in ARM

Lines Matching defs:hasFP

39 /// hasFP - Return true if the specified function should have a dedicated frame
42 bool ARMFrameLowering::hasFP(const MachineFunction &MF) const {
220 bool HasFP = hasFP(MF);
221 if (HasFP) {
237 if (HasFP)
268 if (HasFP && isARM)
280 if (STI.isTargetELF() && hasFP(MF))
339 // the sp from fp. We can assume there's an FP here since hasFP already
516 assert (hasFP(MF) && "dynamic stack realignment without a FP!");
529 if (hasFP(MF) && AFI->hasStackFrame()) {
1075 if (TFI->hasFP(MF) && AFI->hasStackFrame())
1282 ((hasFP(MF) && AFI->hasStackFrame()) ? 4:0) >=
1302 if (hasFP(MF)) {