Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1344 const uint64_t RVCompressLen = STI.getXLen() * 8; in getFirstSPAdjustAmount() local
1366 if (CanCompress(RVCompressLen)) in getFirstSPAdjustAmount()
1367 return RVCompressLen; in getFirstSPAdjustAmount()