Searched refs:LMulVal (Results 1 – 2 of 2) sorted by relevance
373 unsigned LMulVal; in copyPhysRegVector() local375 std::tie(LMulVal, Fractional) = RISCVVType::decodeVLMUL(LMul); in copyPhysRegVector()377 if (forwardCopyWillClobberTuple(DstEncoding, SrcEncoding, NF * LMulVal)) { in copyPhysRegVector()
8434 unsigned LMulVal = Fractional ? LMul1VF / VF : VF / LMul1VF; in lowerGetVectorLength() local8435 unsigned VLMUL = (unsigned)RISCVVType::encodeLMUL(LMulVal, Fractional); in lowerGetVectorLength()