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

References

lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
 1826   SDValue Ops[] = { V.getOperand(0), V.getOperand(1) };
 1826   SDValue Ops[] = { V.getOperand(0), V.getOperand(1) };
 1827   if (V.getOpcode() == ISD::MUL) {
 1830           V.getConstantOperandVal(i) % ((uint64_t)1 << Power) == 0) {
 1831         uint64_t NewConst = V.getConstantOperandVal(i) >> Power;
 1835                                      SDLoc(V), V.getValueType());
 1835                                      SDLoc(V), V.getValueType());
 1839   } else if (V.getOpcode() == ISD::SHL) {
 1840     uint64_t ShiftAmount = V.getConstantOperandVal(1);
 1844                                  SDLoc(V), V.getValueType());
 1844                                  SDLoc(V), V.getValueType());
 1847   return CurDAG->getNode(V.getOpcode(), SDLoc(V), V.getValueType(), Ops);
 1847   return CurDAG->getNode(V.getOpcode(), SDLoc(V), V.getValueType(), Ops);
 1847   return CurDAG->getNode(V.getOpcode(), SDLoc(V), V.getValueType(), Ops);