Lines Matching refs:ValueRotsVec
1053 ValueRotsVec.clear(); in collectValueRotInfo()
1055 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1057 std::sort(ValueRotsVec.begin(), ValueRotsVec.end()); in collectValueRotInfo()
1219 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1325 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
1533 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
1699 if (!ValueRotsVec[0].Repl32) { in Select64()
1700 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
1701 if (ValueRotsVec[i].Repl32) { in Select64()
1702 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
1708 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
1851 SmallVector<ValueRotInfo, 16> ValueRotsVec; member in __anon7bd595e20411::BitPermutationSelector