Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:hasFP

428 // hasFP - Return true if the specified function actually has a dedicated frame
430 bool PPCFrameLowering::hasFP(const MachineFunction &MF) const {
432 // FIXME: This is pretty much broken by design: hasFP() might be called really
433 // early, before the stack layout was calculated and thus hasFP() might return
545 bool HasFP = hasFP(MF);
578 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
584 if (HasFP) {
632 if (HasFP)
731 if (HasFP) {
757 if (HasFP) {
848 bool HasFP = hasFP(MF);
872 if (HasFP) {
931 assert(HasFP && "Expecting a valid frame pointer.");
971 if (HasFP)