Home
last modified time | relevance | path

Searched defs:WeightedLeaf (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1708 struct WeightedLeaf { struct
1709 SDValue Value;
1710 int Weight;
1711 int InsertionOrder;
1713 WeightedLeaf() {} in WeightedLeaf() function
1715 WeightedLeaf(SDValue Value, int Weight, int InsertionOrder) : in WeightedLeaf() argument
1720 static bool Compare(const WeightedLeaf &A, const WeightedLeaf &B) { in Compare()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1644 struct WeightedLeaf { struct
1645 SDValue Value;
1646 int Weight;
1647 int InsertionOrder;
1649 WeightedLeaf() : Value(SDValue()) { } in WeightedLeaf() function
1651 WeightedLeaf(SDValue Value, int Weight, int InsertionOrder) : in WeightedLeaf() argument
1656 static bool Compare(const WeightedLeaf &A, const WeightedLeaf &B) { in Compare()