Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp1548 ValueRotsVec.clear(); in collectValueRotInfo()
1550 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1552 llvm::sort(ValueRotsVec); in collectValueRotInfo()
1757 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1864 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2080 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2251 if (!ValueRotsVec[0].Repl32) { in Select64()
2252 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
2253 if (ValueRotsVec[i].Repl32) { in Select64()
2254 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
[all …]