Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8324 SmallVector<unsigned> MaskedGatherVectorized; in tryToVectorizeGatheredLoads() local
8399 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()