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