Home
last modified time | relevance | path

Searched refs:MaxSPOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp262 uint64_t MaxSPOffset = MFI.estimateStackSize(MF); in processFunctionBeforeFrameFinalized() local
264 if (isInt<12>(MaxSPOffset)) in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp641 int64_t MaxSPOffset = Offset + 128; in needsFrameBaseReg() local
642 MaxSPOffset += MFI.getLocalFrameSize(); in needsFrameBaseReg()
643 return !isFrameOffsetLegal(MI, RISCV::X2, MaxSPOffset); in needsFrameBaseReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.cpp902 uint64_t MaxSPOffset = estimateStackSize(MF); in determineCalleeSaves() local
906 if (isIntN(STI.hasMSA() ? 10 : 16, MaxSPOffset) && in determineCalleeSaves()