Searched refs:GatherShuffles (Results 1 – 1 of 1) sorted by relevance
4240 SmallVector<std::optional<TargetTransformInfo::ShuffleKind>> GatherShuffles = in findReusedOrderedScalars() local4244 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() local12425 GatherShuffles = in processBuildVector()12428 if (!GatherShuffles.empty()) { in processBuildVector()[all …]