Lines Matching refs:ValueRotsVec
1113 ValueRotsVec.clear(); in collectValueRotInfo()
1115 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1117 std::sort(ValueRotsVec.begin(), ValueRotsVec.end()); in collectValueRotInfo()
1279 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1383 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
1592 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
1753 if (!ValueRotsVec[0].Repl32) { in Select64()
1754 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
1755 if (ValueRotsVec[i].Repl32) { in Select64()
1756 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
1762 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
1908 SmallVector<ValueRotInfo, 16> ValueRotsVec; member in __anon7bd595e20411::BitPermutationSelector