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

References

lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
 2154         (RootWeights.count(V1.getNode()) && RootWeights[V1.getNode()] == -2)) {
 2154         (RootWeights.count(V1.getNode()) && RootWeights[V1.getNode()] == -2)) {
 2160     ConstantSDNode *V1C = dyn_cast<ConstantSDNode>(V1);
 2165       std::swap(V0, V1);
 2170     assert(NodeHeights.count(V0) && NodeHeights.count(V1) &&
 2172     int Height = std::max(NodeHeights[V0], NodeHeights[V1]) + 1;
 2182       NewNode = CurDAG->getNode(NOpcode, SDLoc(N), VT, V0, V1);