Searched refs:NumScalars (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4228 int NumScalars = GatheredScalars.size(); in findReusedOrderedScalars() local 4231 auto *VecTy = getWidenedType(ScalarTy, NumScalars); in findReusedOrderedScalars() 4233 if (NumParts == 0 || NumParts >= NumScalars) in findReusedOrderedScalars() 4246 OrdersType CurrentOrder(NumScalars, NumScalars); in findReusedOrderedScalars() 4282 if (any_of(Slice, [&](int I) { return I != NumScalars; })) { in findReusedOrderedScalars() 4283 std::fill(Slice.begin(), Slice.end(), NumScalars); in findReusedOrderedScalars() 4311 std::fill(Slice.begin(), Slice.end(), NumScalars); in findReusedOrderedScalars() 4332 std::fill(Slice.begin(), Slice.end(), NumScalars); in findReusedOrderedScalars() 4338 int PartSz = getPartNumElems(NumScalars, NumParts); in findReusedOrderedScalars() 4368 PartSz = NumScalars; in findReusedOrderedScalars() [all …]
|