Searched refs:CommonVF (Results 1 – 1 of 1) sorted by relevance
3654 unsigned CommonVF = std::max<unsigned>( in getSplitMask() local3660 ? CommonVF - CombinedEntriesWithIndices.back().second in getSplitMask()8537 std::optional<unsigned> CommonVF = 0; in tryToVectorizeGatheredLoads() local8546 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 …]