Searched refs:Unpckh (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9360 SmallVector<int, 64> Unpckl, Unpckh; in matchVectorShuffleWithUNPCK() local 9369 createUnpackShuffleMask(VT, Unpckh, /* Lo = */ false, IsUnary); in matchVectorShuffleWithUNPCK() 9370 if (isTargetShuffleEquivalent(TargetMask, Unpckh)) { in matchVectorShuffleWithUNPCK() 9394 MatchHi &= (M == Unpckh[i]); in matchVectorShuffleWithUNPCK() 9414 ShuffleVectorSDNode::commuteMask(Unpckh); in matchVectorShuffleWithUNPCK() 9415 if (isTargetShuffleEquivalent(TargetMask, Unpckh)) { in matchVectorShuffleWithUNPCK() 9435 SmallVector<int, 8> Unpckh; in lowerVectorShuffleWithUNPCK() local 9436 createUnpackShuffleMask(VT, Unpckh, /* Lo = */ false, /* Unary = */ false); in lowerVectorShuffleWithUNPCK() 9437 if (isShuffleEquivalent(V1, V2, Mask, Unpckh)) in lowerVectorShuffleWithUNPCK() 9445 ShuffleVectorSDNode::commuteMask(Unpckh); in lowerVectorShuffleWithUNPCK() [all …]
|