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

References

lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
 1096       MinSrc = SM.MinSrc - HwLen;
 1099     if (isUInt<3>(MinSrc) || isUInt<3>(HwLen-MinSrc)) {
 1099     if (isUInt<3>(MinSrc) || isUInt<3>(HwLen-MinSrc)) {
 1100       bool IsRight = isUInt<3>(MinSrc); // Right align.
 1101       SDValue S = DAG.getTargetConstant(IsRight ? MinSrc : HwLen-MinSrc,
 1101       SDValue S = DAG.getTargetConstant(IsRight ? MinSrc : HwLen-MinSrc,
 1107       SDValue S = DAG.getTargetConstant(MinSrc, dl, MVT::i32);