Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3654 unsigned CommonVF = std::max<unsigned>( in getSplitMask() local
3660 ? CommonVF - CombinedEntriesWithIndices.back().second in getSplitMask()
8537 std::optional<unsigned> CommonVF = 0; in tryToVectorizeGatheredLoads() local
8546 if (CommonVF) { in tryToVectorizeGatheredLoads()
8547 if (*CommonVF == 0) { in tryToVectorizeGatheredLoads()
8548 CommonVF = E->Scalars.size(); in tryToVectorizeGatheredLoads()
8551 if (*CommonVF != E->Scalars.size()) in tryToVectorizeGatheredLoads()
8552 CommonVF.reset(); in tryToVectorizeGatheredLoads()
8584 CommonVF.value_or(0) != 0) { in tryToVectorizeGatheredLoads()
8586 unsigned VF = *CommonVF; in tryToVectorizeGatheredLoads()
[all …]