Searched refs:ByteRotation (Results 1 – 1 of 1) sorted by relevance
12719 int ByteRotation = matchShuffleAsByteRotate(VT, Lo, Hi, Mask); in lowerShuffleAsByteRotate() local12720 if (ByteRotation <= 0) in lowerShuffleAsByteRotate()12735 DAG.getTargetConstant(ByteRotation, DL, MVT::i8))); in lowerShuffleAsByteRotate()12746 int LoByteShift = 16 - ByteRotation; in lowerShuffleAsByteRotate()12747 int HiByteShift = ByteRotation; in lowerShuffleAsByteRotate()35610 int ByteRotation = matchShuffleAsByteRotate(MaskVT, V1, V2, Mask); in matchBinaryPermuteShuffle() local35611 if (0 < ByteRotation) { in matchBinaryPermuteShuffle()35614 PermuteImm = ByteRotation; in matchBinaryPermuteShuffle()