Lines Matching refs:ValueRotsVec
1779 ValueRotsVec.clear(); in collectValueRotInfo()
1781 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1783 llvm::sort(ValueRotsVec); in collectValueRotInfo()
1988 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
2095 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2311 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2485 if (!ValueRotsVec[0].Repl32) { in Select64()
2486 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
2487 if (ValueRotsVec[i].Repl32) { in Select64()
2488 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
2494 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
2646 SmallVector<ValueRotInfo, 16> ValueRotsVec; member in __anone4b018340611::BitPermutationSelector