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.cpp5381 SmallVector<std::optional<TargetTransformInfo::ShuffleKind>> GatherShuffles = in findReusedOrderedScalars() local
5385 if (GatherShuffles.empty() && ExtractShuffles.empty()) in findReusedOrderedScalars()
5388 if (GatherShuffles.size() == 1 && in findReusedOrderedScalars()
5389 *GatherShuffles.front() == TTI::SK_PermuteSingleSrc && in findReusedOrderedScalars()
5430 (GatherShuffles.empty() && IsSplatMask(ExtractMask))) in findReusedOrderedScalars()
5530 if (GatherShuffles.size() == 1 && NumParts != 1) { in findReusedOrderedScalars()
5538 if (!GatherShuffles[I]) in findReusedOrderedScalars()
17063 SmallVector<std::optional<TargetTransformInfo::ShuffleKind>> GatherShuffles; in processBuildVector() local
17118 GatherShuffles = in processBuildVector()
17121 if (!GatherShuffles.empty()) { in processBuildVector()
[all …]