Home
last modified time | relevance | path

Searched refs:ByteRotation (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13481 int ByteRotation = matchShuffleAsByteRotate(VT, Lo, Hi, Mask); in lowerShuffleAsByteRotate() local
13482 if (ByteRotation <= 0) in lowerShuffleAsByteRotate()
13497 DAG.getTargetConstant(ByteRotation, DL, MVT::i8))); in lowerShuffleAsByteRotate()
13508 int LoByteShift = 16 - ByteRotation; in lowerShuffleAsByteRotate()
13509 int HiByteShift = ByteRotation; in lowerShuffleAsByteRotate()
37730 int ByteRotation = matchShuffleAsByteRotate(MaskVT, V1, V2, Mask); in matchBinaryPermuteShuffle() local
37731 if (0 < ByteRotation) { in matchBinaryPermuteShuffle()
37734 PermuteImm = ByteRotation; in matchBinaryPermuteShuffle()