reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
 1647     return A.Weight == B.Weight ?
 1647     return A.Weight == B.Weight ?
 1649             (A.Weight > B.Weight);
 1649             (A.Weight > B.Weight);
 1710     L.Weight = 1000;
 1736     if (!Result.Value.getNode() || Result.Weight > L.Weight ||
 1736     if (!Result.Value.getNode() || Result.Weight > L.Weight ||
 1737         (Result.Weight == L.Weight && Result.InsertionOrder > L.InsertionOrder))
 1737         (Result.Weight == L.Weight && Result.InsertionOrder > L.InsertionOrder))
 1763     if (!Result.Value.getNode() || Result.Weight > L.Weight ||
 1763     if (!Result.Value.getNode() || Result.Weight > L.Weight ||
 1764         (Result.Weight == L.Weight && Result.InsertionOrder > L.InsertionOrder))
 1764         (Result.Weight == L.Weight && Result.InsertionOrder > L.InsertionOrder))
 2049     int Weight = Mul1.Weight + Mul2.Weight;
 2049     int Weight = Mul1.Weight + Mul2.Weight;
 2092       GA.Weight += Leaves.top().Weight;
 2092       GA.Weight += Leaves.top().Weight;
 2117       GA.Weight = SHL.Weight; // Specifically ignore the GA weight here
 2117       GA.Weight = SHL.Weight; // Specifically ignore the GA weight here
 2145     assert(L0.Weight <= L1.Weight && "Priority queue is broken!");
 2145     assert(L0.Weight <= L1.Weight && "Priority queue is broken!");
 2148     int V0Weight = L0.Weight;
 2150     int V1Weight = L1.Weight;
 2226   RootWeights[NewRoot.getNode()] = Leaves.top().Weight;