Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13800 int ByteRotation = matchShuffleAsByteRotate(VT, Lo, Hi, Mask); in lowerShuffleAsByteRotate() local
13801 if (ByteRotation <= 0) in lowerShuffleAsByteRotate()
13816 DAG.getTargetConstant(ByteRotation, DL, MVT::i8))); in lowerShuffleAsByteRotate()
13827 int LoByteShift = 16 - ByteRotation; in lowerShuffleAsByteRotate()
13828 int HiByteShift = ByteRotation; in lowerShuffleAsByteRotate()
38788 int ByteRotation = matchShuffleAsByteRotate(MaskVT, V1, V2, Mask); in matchBinaryPermuteShuffle() local
38789 if (0 < ByteRotation) { in matchBinaryPermuteShuffle()
38792 PermuteImm = ByteRotation; in matchBinaryPermuteShuffle()