Searched refs:NewVType (Results 1 – 1 of 1) sorted by relevance
334 static bool areCompatibleVTYPEs(uint64_t CurVType, uint64_t NewVType, in areCompatibleVTYPEs() argument340 if (RISCVVType::getSEW(CurVType) != RISCVVType::getSEW(NewVType)) in areCompatibleVTYPEs()344 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType)) in areCompatibleVTYPEs()348 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType) || in areCompatibleVTYPEs()349 RISCVVType::getSEW(NewVType) >= 64) in areCompatibleVTYPEs()358 if (RISCVVType::getVLMUL(CurVType) != RISCVVType::getVLMUL(NewVType)) in areCompatibleVTYPEs()362 if (!isLMUL1OrSmaller(RISCVVType::getVLMUL(NewVType))) in areCompatibleVTYPEs()370 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(NewVType), in areCompatibleVTYPEs()371 RISCVVType::getVLMUL(NewVType)); in areCompatibleVTYPEs()377 RISCVVType::isTailAgnostic(NewVType)) in areCompatibleVTYPEs()[all …]