Searched refs:MaxSPOffset (Results 1 – 3 of 3) sorted by relevance
262 uint64_t MaxSPOffset = MFI.estimateStackSize(MF); in processFunctionBeforeFrameFinalized() local264 if (isInt<12>(MaxSPOffset)) in processFunctionBeforeFrameFinalized()
641 int64_t MaxSPOffset = Offset + 128; in needsFrameBaseReg() local642 MaxSPOffset += MFI.getLocalFrameSize(); in needsFrameBaseReg()643 return !isFrameOffsetLegal(MI, RISCV::X2, MaxSPOffset); in needsFrameBaseReg()
902 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves() local906 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()