Lines Matching defs:RotateAmt
11283 unsigned RotateAmt, NumSubElts;
11285 MaxSubElts, NumSubElts, RotateAmt))
11290 return RotateAmt;
11306 int RotateAmt = matchShuffleAsBitRotate(RotateVT, VT.getScalarSizeInBits(),
11308 if (RotateAmt < 0)
11315 if ((RotateAmt % 16) == 0)
11318 unsigned ShlAmt = RotateAmt;
11319 unsigned SrlAmt = RotateVT.getScalarSizeInBits() - RotateAmt;
11331 DAG.getTargetConstant(RotateAmt, DL, MVT::i8));
38089 int RotateAmt = matchShuffleAsBitRotate(ShuffleVT, MaskScalarSizeInBits,
38091 if (0 < RotateAmt) {
38093 PermuteImm = (unsigned)RotateAmt;