Home
last modified time | relevance | path

Searched refs:ValueRotsVec (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1969 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()
2677 if (ValueRotsVec[i].Repl32) { in Select64()
2678 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
2684 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
[all …]