Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp10840 SmallVector<int, 64> Unpckl, Unpckh; in matchShuffleWithUNPCK() local
10849 createUnpackShuffleMask(VT, Unpckh, /* Lo = */ false, IsUnary); in matchShuffleWithUNPCK()
10850 if (isTargetShuffleEquivalent(TargetMask, Unpckh)) { in matchShuffleWithUNPCK()
10874 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK()
10894 ShuffleVectorSDNode::commuteMask(Unpckh); in matchShuffleWithUNPCK()
10895 if (isTargetShuffleEquivalent(TargetMask, Unpckh)) { in matchShuffleWithUNPCK()
10915 SmallVector<int, 8> Unpckh; in lowerShuffleWithUNPCK() local
10916 createUnpackShuffleMask(VT, Unpckh, /* Lo = */ false, /* Unary = */ false); in lowerShuffleWithUNPCK()
10917 if (isShuffleEquivalent(V1, V2, Mask, Unpckh)) in lowerShuffleWithUNPCK()
10925 ShuffleVectorSDNode::commuteMask(Unpckh); in lowerShuffleWithUNPCK()
[all …]