Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1109 ValueRotsVec.clear(); in collectValueRotInfo()
1111 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1113 std::sort(ValueRotsVec.begin(), ValueRotsVec.end()); in collectValueRotInfo()
1275 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
1379 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
1588 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
1746 if (!ValueRotsVec[0].Repl32) { in Select64()
1747 for (unsigned i = 0, ie = ValueRotsVec.size(); i < ie; ++i) in Select64()
1748 if (ValueRotsVec[i].Repl32) { in Select64()
1749 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
[all …]