Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1956 ValueRotsVec.clear(); in collectValueRotInfo()
1958 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1960 llvm::sort(ValueRotsVec); in collectValueRotInfo()
2165 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
2272 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2488 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2662 if (!ValueRotsVec[0].Repl32) { in Select64()
2663 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
2664 if (ValueRotsVec[i].Repl32) { in Select64()
2665 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
[all …]