Searched refs:ByteRotation (Results 1 – 1 of 1) sorted by relevance
11319 int ByteRotation = matchShuffleAsByteRotate(VT, Lo, Hi, Mask); in lowerShuffleAsByteRotate() local11320 if (ByteRotation <= 0) in lowerShuffleAsByteRotate()11335 DAG.getTargetConstant(ByteRotation, DL, MVT::i8))); in lowerShuffleAsByteRotate()11346 int LoByteShift = 16 - ByteRotation; in lowerShuffleAsByteRotate()11347 int HiByteShift = ByteRotation; in lowerShuffleAsByteRotate()37602 int ByteRotation = matchShuffleAsByteRotate(MaskVT, V1, V2, Mask); in matchBinaryPermuteShuffle() local37603 if (0 < ByteRotation) { in matchBinaryPermuteShuffle()37606 PermuteImm = ByteRotation; in matchBinaryPermuteShuffle()