Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp328 auto [LMulVal, Fractional] = RISCVVType::decodeVLMUL(LMul); in copyPhysRegVector()
330 unsigned NumRegs = NF * LMulVal; in copyPhysRegVector()
H A DRISCVISelLowering.cpp8971 unsigned LMulVal = Fractional ? LMul1VF / VF : VF / LMul1VF; in lowerGetVectorLength()
8972 unsigned VLMUL = (unsigned)RISCVVType::encodeLMUL(LMulVal, Fractional); in lowerGetVectorLength()
8969 unsigned LMulVal = Fractional ? LMul1VF / VF : VF / LMul1VF; lowerGetVectorLength() local