Searched refs:Unpckh (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 11442 SmallVector<int, 64> Unpckl, Unpckh; in matchShuffleWithUNPCK() local 11452 createUnpackShuffleMask(VT, Unpckh, /* Lo = */ false, IsUnary); in matchShuffleWithUNPCK() 11453 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh, V1, in matchShuffleWithUNPCK() 11478 MatchHi &= (M == Unpckh[i]); in matchShuffleWithUNPCK() 11498 ShuffleVectorSDNode::commuteMask(Unpckh); in matchShuffleWithUNPCK() 11499 if (isTargetShuffleEquivalent(VT, TargetMask, Unpckh)) { in matchShuffleWithUNPCK() 11519 SmallVector<int, 8> Unpckh; in lowerShuffleWithUNPCK() local 11520 createUnpackShuffleMask(VT, Unpckh, /* Lo = */ false, /* Unary = */ false); in lowerShuffleWithUNPCK() 11521 if (isShuffleEquivalent(Mask, Unpckh, V1, V2)) in lowerShuffleWithUNPCK() 11529 ShuffleVectorSDNode::commuteMask(Unpckh); in lowerShuffleWithUNPCK() [all …]
|