Searched refs:ByteRotation (Results 1 – 1 of 1) sorted by relevance
11741 int ByteRotation = matchShuffleAsByteRotate(VT, Lo, Hi, Mask); in lowerShuffleAsByteRotate() local11742 if (ByteRotation <= 0) in lowerShuffleAsByteRotate()11757 DAG.getTargetConstant(ByteRotation, DL, MVT::i8))); in lowerShuffleAsByteRotate()11768 int LoByteShift = 16 - ByteRotation; in lowerShuffleAsByteRotate()11769 int HiByteShift = ByteRotation; in lowerShuffleAsByteRotate()33199 int ByteRotation = matchShuffleAsByteRotate(MaskVT, V1, V2, Mask); in matchBinaryPermuteShuffle() local33200 if (0 < ByteRotation) { in matchBinaryPermuteShuffle()33203 PermuteImm = ByteRotation; in matchBinaryPermuteShuffle()