Lines Matching defs:getSEW
340 if (RISCVVType::getSEW(CurVType) != RISCVVType::getSEW(NewVType))
344 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType))
348 if (RISCVVType::getSEW(NewVType) < RISCVVType::getSEW(CurVType) ||
349 RISCVVType::getSEW(NewVType) >= 64)
368 auto Ratio1 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(CurVType),
370 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(NewVType),
610 unsigned getSEW() const { return SEW; }
672 SEW = RISCVVType::getSEW(VType);
1199 PrevInfo.getSEW(), PrevInfo.getVLMUL(), Info.getSEW()))
1243 ((Demanded.SEW || Demanded.SEWLMULRatio) ? IncomingInfo : Info).getSEW(),