Searched refs:MaxSPOffset (Results 1 – 3 of 3) sorted by relevance
367 uint64_t MaxSPOffset = MFI.estimateStackSize(MF); in processFunctionBeforeFrameFinalized() local371 if (!isInt<12>(MaxSPOffset)) in processFunctionBeforeFrameFinalized()
727 int64_t MaxSPOffset = Offset + 128; in needsFrameBaseReg() local728 MaxSPOffset += MFI.getLocalFrameSize(); in needsFrameBaseReg()729 return !isFrameOffsetLegal(MI, RISCV::X2, MaxSPOffset); in needsFrameBaseReg()
866 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves() local870 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()