Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp373 unsigned LMulVal; in copyPhysRegVector() local
375 std::tie(LMulVal, Fractional) = RISCVVType::decodeVLMUL(LMul); in copyPhysRegVector()
377 if (forwardCopyWillClobberTuple(DstEncoding, SrcEncoding, NF * LMulVal)) { in copyPhysRegVector()
H A DRISCVISelLowering.cpp8434 unsigned LMulVal = Fractional ? LMul1VF / VF : VF / LMul1VF; in lowerGetVectorLength() local
8435 unsigned VLMUL = (unsigned)RISCVVType::encodeLMUL(LMulVal, Fractional); in lowerGetVectorLength()