Lines Matching defs:ByteRotation
11452 int ByteRotation = matchShuffleAsByteRotate(VT, Lo, Hi, Mask);
11453 if (ByteRotation <= 0)
11468 DAG.getTargetConstant(ByteRotation, DL, MVT::i8)));
11479 int LoByteShift = 16 - ByteRotation;
11480 int HiByteShift = ByteRotation;
38353 int ByteRotation = matchShuffleAsByteRotate(MaskVT, V1, V2, Mask);
38354 if (0 < ByteRotation) {
38357 PermuteImm = ByteRotation;