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

References

lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
 2153     if ((RootWeights.count(V0.getNode()) && RootWeights[V0.getNode()] == -2) ||
 2153     if ((RootWeights.count(V0.getNode()) && RootWeights[V0.getNode()] == -2) ||
 2159     ConstantSDNode *V0C = dyn_cast<ConstantSDNode>(V0);
 2165       std::swap(V0, V1);
 2170     assert(NodeHeights.count(V0) && NodeHeights.count(V1) &&
 2172     int Height = std::max(NodeHeights[V0], NodeHeights[V1]) + 1;
 2177           ISD::SHL, SDLoc(V0), VT, V0,
 2177           ISD::SHL, SDLoc(V0), VT, V0,
 2180               TLI.getScalarShiftAmountTy(DL, V0.getValueType())));
 2182       NewNode = CurDAG->getNode(NOpcode, SDLoc(N), VT, V0, V1);