Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10799 static int matchVectorShuffleAsByteRotate(MVT VT, SDValue &V1, SDValue &V2, in matchVectorShuffleAsByteRotate() function
10829 int ByteRotation = matchVectorShuffleAsByteRotate(VT, Lo, Hi, Mask); in lowerVectorShuffleAsByteRotate()
30656 int ByteRotation = matchVectorShuffleAsByteRotate(MaskVT, V1, V2, Mask); in matchBinaryPermuteVectorShuffle()