Searched refs:getSEW (Results 1 – 5 of 5) sorted by relevance
203 RISCVVType::getSEW(VType1) != RISCVVType::getSEW(VType2)) in areCompatibleVTYPEs()211 auto Ratio1 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(VType1), in areCompatibleVTYPEs()213 auto Ratio2 = RISCVVType::getSEWLMULRatio(RISCVVType::getSEW(VType2), in areCompatibleVTYPEs()348 unsigned getSEW() const { return SEW; } in getSEW() function in __anon4c2f49c10111::VSETVLIInfo379 SEW = RISCVVType::getSEW(VType); in setVTYPE()821 CurInfo.getSEW() >= Require.getSEW()) { in needVSETVLI()1139 unsigned SEW = Info.getSEW(); in hasFixedResult()
160 FirstSEW = RISCVVType::getSEW(FirstVType); in isConvertibleToVMV_V_V()182 if (RISCVVType::getSEW(VType) != FirstSEW) in isConvertibleToVMV_V_V()
166 unsigned Sew = getSEW(VType); in printVType()
172 RISCVVType::getSEW(Imm) > 64 || (Imm >> 8) != 0) { in printVTypeI()
455 inline static unsigned getSEW(unsigned VType) { in getSEW() function