Searched refs:LMulVal (Results 1 – 2 of 2) sorted by relevance
328 auto [LMulVal, Fractional] = RISCVVType::decodeVLMUL(LMul); in copyPhysRegVector() 330 unsigned NumRegs = NF * LMulVal; in copyPhysRegVector()
8971 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