Searched refs:MaskedGatherVectorized (Results 1 – 1 of 1) sorted by relevance
8324 SmallVector<unsigned> MaskedGatherVectorized; in tryToVectorizeGatheredLoads() local8399 if (MaskedGatherVectorized.empty() || in tryToVectorizeGatheredLoads()8400 Cnt >= MaskedGatherVectorized.back() + NumElts) in tryToVectorizeGatheredLoads()8401 MaskedGatherVectorized.push_back(Cnt); in tryToVectorizeGatheredLoads()8417 if (!MaskedGatherVectorized.empty() && in tryToVectorizeGatheredLoads()8418 Cnt < MaskedGatherVectorized.back() + NumElts) in tryToVectorizeGatheredLoads()8419 MaskedGatherVectorized.pop_back(); in tryToVectorizeGatheredLoads()8428 for (unsigned Cnt : MaskedGatherVectorized) { in tryToVectorizeGatheredLoads()