Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10829 int ByteRotation = matchVectorShuffleAsByteRotate(VT, Lo, Hi, Mask); in lowerVectorShuffleAsByteRotate() local
10830 if (ByteRotation <= 0) in lowerVectorShuffleAsByteRotate()
10845 DAG.getConstant(ByteRotation, DL, MVT::i8))); in lowerVectorShuffleAsByteRotate()
10856 int LoByteShift = 16 - ByteRotation; in lowerVectorShuffleAsByteRotate()
10857 int HiByteShift = ByteRotation; in lowerVectorShuffleAsByteRotate()
30656 int ByteRotation = matchVectorShuffleAsByteRotate(MaskVT, V1, V2, Mask); in matchBinaryPermuteVectorShuffle() local
30657 if (0 < ByteRotation) { in matchBinaryPermuteVectorShuffle()
30660 PermuteImm = ByteRotation; in matchBinaryPermuteVectorShuffle()