Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1779 ValueRotsVec.clear(); in collectValueRotInfo()
1781 ValueRotsVec.push_back(I.second); in collectValueRotInfo()
1783 llvm::sort(ValueRotsVec); in collectValueRotInfo()
1988 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts32()
2095 ValueRotInfo &VRI = ValueRotsVec[0]; in Select32()
2311 for (ValueRotInfo &VRI : ValueRotsVec) { in SelectAndParts64()
2485 if (!ValueRotsVec[0].Repl32) { in Select64()
2487 if (ValueRotsVec[i].Repl32) { in Select64()
2488 if (ValueRotsVec[i].NumGroups > ValueRotsVec[0].NumGroups) in Select64()
2494 ValueRotInfo &VRI = ValueRotsVec[MaxGroupsIdx]; in Select64()
[all …]