Home
last modified time | relevance | path

Searched refs:GatherShuffles (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4240 SmallVector<std::optional<TargetTransformInfo::ShuffleKind>> GatherShuffles = in findReusedOrderedScalars() local
4244 if (GatherShuffles.empty() && ExtractShuffles.empty()) in findReusedOrderedScalars()
4247 if (GatherShuffles.size() == 1 && in findReusedOrderedScalars()
4248 *GatherShuffles.front() == TTI::SK_PermuteSingleSrc && in findReusedOrderedScalars()
4267 (GatherShuffles.empty() && IsSplatMask(ExtractMask))) in findReusedOrderedScalars()
4365 if (GatherShuffles.size() == 1 && NumParts != 1) { in findReusedOrderedScalars()
4373 if (!GatherShuffles[I]) in findReusedOrderedScalars()
12378 SmallVector<std::optional<TargetTransformInfo::ShuffleKind>> GatherShuffles; in processBuildVector() local
12425 GatherShuffles = in processBuildVector()
12428 if (!GatherShuffles.empty()) { in processBuildVector()
[all …]