Lines Matching refs:ValueRotsVec
1516 ValueRotsVec.clear(); in collectValueRotInfo()
1518 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1520 llvm::sort(ValueRotsVec); in collectValueRotInfo()
1725 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1829 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2042 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2212 if (!ValueRotsVec[0].Repl32) { in Select64()
2213 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
2214 if (ValueRotsVec[i].Repl32) { in Select64()
2215 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
2221 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
2366 SmallVector<ValueRotInfo, 16> ValueRotsVec; member in __anon93a3ca650411::BitPermutationSelector