Lines Matching defs:RotateAmt
11546 unsigned RotateAmt, NumSubElts;
11548 MaxSubElts, NumSubElts, RotateAmt))
11553 return RotateAmt;
11569 int RotateAmt = matchShuffleAsBitRotate(RotateVT, VT.getScalarSizeInBits(),
11571 if (RotateAmt < 0)
11578 if ((RotateAmt % 16) == 0)
11581 unsigned ShlAmt = RotateAmt;
11582 unsigned SrlAmt = RotateVT.getScalarSizeInBits() - RotateAmt;
11594 DAG.getTargetConstant(RotateAmt, DL, MVT::i8));
39109 int RotateAmt = matchShuffleAsBitRotate(ShuffleVT, MaskScalarSizeInBits,
39111 if (0 < RotateAmt) {
39113 PermuteImm = (unsigned)RotateAmt;