Home
last modified time | relevance | path

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

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