Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12683 int ByteRotation = matchShuffleAsByteRotate(VT, Lo, Hi, Mask); in lowerShuffleAsByteRotate() local
12684 if (ByteRotation <= 0) in lowerShuffleAsByteRotate()
12699 DAG.getTargetConstant(ByteRotation, DL, MVT::i8))); in lowerShuffleAsByteRotate()
12710 int LoByteShift = 16 - ByteRotation; in lowerShuffleAsByteRotate()
12711 int HiByteShift = ByteRotation; in lowerShuffleAsByteRotate()
35410 int ByteRotation = matchShuffleAsByteRotate(MaskVT, V1, V2, Mask); in matchBinaryPermuteShuffle() local
35411 if (0 < ByteRotation) { in matchBinaryPermuteShuffle()
35414 PermuteImm = ByteRotation; in matchBinaryPermuteShuffle()