Lines Matching refs:ValueRotsVec
1969 ValueRotsVec.clear(); in collectValueRotInfo()
1971 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1973 llvm::sort(ValueRotsVec); in collectValueRotInfo()
2178 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
2285 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2501 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2675 if (!ValueRotsVec[0].Repl32) { in Select64()
2676 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
2677 if (ValueRotsVec[i].Repl32) { in Select64()
2678 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
2684 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
2836 SmallVector<ValueRotInfo, 16> ValueRotsVec; member in __anonc3d3b4b60711::BitPermutationSelector