Lines Matching refs:hasFP
513 if (RVFI->getRVVStackSize() && (!hasFP(MF) || TRI->hasStackRealignment(MF))) { in determineFrameLayout()
1058 if (hasFP(MF)) { in emitPrologue()
1085 getStackSizeWithRVVPadding(MF), !hasFP(MF), NeedProbe, in emitPrologue()
1092 MachineInstr::FrameSetup, !hasFP(MF), in emitPrologue()
1102 if (!hasFP(MF)) { in emitPrologue()
1109 emitCalleeSavedRVVPrologCFI(MBB, MBBI, hasFP(MF)); in emitPrologue()
1112 if (hasFP(MF)) { in emitPrologue()
1237 if (!hasFP(MF)) in emitEpilogue()
1256 if (!hasFP(MF)) in emitEpilogue()
1271 assert(hasFP(MF) && "frame pointer should not have been eliminated"); in emitEpilogue()
1277 if (hasFP(MF)) in emitEpilogue()
1526 if (hasFP(MF)) { in determineCalleeSaves()
1784 !(hasFP(MF) && hasRVVFrameObject(MF)); in hasReservedCallFrame()
1817 allocateStack(MBB, MI, MF, -Amount, -Amount, !hasFP(MF), in eliminateCallFramePseudoInstr()
2063 RVFI->getPushPopKind(*MF), hasFP(*MF) && !RVFI->useQCIInterrupt(*MF)); in spillCalleeSavedRegisters()