Home | History | Annotate | Download | only in AArch64

Lines Matching refs:hasFP

75   // Note: currently hasFP() is always true for hasCalls(), but that's an
78 if (MFI->hasCalls() || hasFP(MF) || NumBytes > 128)
83 /// hasFP - Return true if the specified function should have a dedicated frame
85 bool AArch64FrameLowering::hasFP(const MachineFunction &MF) const {
170 bool HasFP = hasFP(MF);
176 int64_t saveAreaOffset = (HasFP ? 2 : 1) * stackGrowth;
189 if (HasFP && (FramePtr == Reg || Reg == AArch64::LR)) {
213 bool HasFP = hasFP(MF);
218 assert(!HasFP && "unexpected function without stack frame but with FP");
246 if (HasFP) {
271 if (HasFP) {
373 if (HasFP) {
510 if (!hasFP(MF)) {
568 UseFP = hasFP(MF);
569 } else if (hasFP(MF) && !RegInfo->hasBasePointer(MF)) {
771 if (hasFP(MF)) {