Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1113 ValueRotsVec.clear(); in collectValueRotInfo()
1115 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1117 std::sort(ValueRotsVec.begin(), ValueRotsVec.end()); in collectValueRotInfo()
1279 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1383 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
1592 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
1753 if (!ValueRotsVec[0].Repl32) { in Select64()
1754 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
1755 if (ValueRotsVec[i].Repl32) { in Select64()
1756 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
[all …]