Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1375 auto CanCompress = [&](uint64_t CompressLen) -> bool { in getFirstSPAdjustAmount() argument
1376 if (StackSize <= 2047 + CompressLen || in getFirstSPAdjustAmount()
1378 StackSize <= 2047 * 2 + CompressLen) || in getFirstSPAdjustAmount()