Lines Matching refs:HasFP
274 // hasFP - Return true if the specified function actually has a dedicated frame
276 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
278 // FIXME: This is pretty much broken by design: hasFP() might be called really
279 // early, before the stack layout was calculated and thus hasFP() might return
343 bool HasFP = hasFP(MF);
348 if (HasFP) {
363 if (HasFP)
378 if (HasFP)
491 if (HasFP) {
507 if (HasFP) {
524 MachineLocation FPDst(HasFP ? (isPPC64 ? PPC::X31 : PPC::R31) :
532 MCSymbol *Label = HasFP ? ReadyLabel : FrameLabel;
606 bool HasFP = hasFP(MF);
611 if (HasFP) {
652 assert(hasFP(MF) && "Expecting a valid the frame pointer.");
676 assert(hasFP(MF) && "Expecting a valid the frame pointer.");
705 if (HasFP)
716 if (HasFP)