Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9360 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 …]
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7360 SmallVector<int, 8> Unpckh(NumElts); in lowerVectorShuffleWithUNPCK() local
7367 Unpckh[i] = HiPos; in lowerVectorShuffleWithUNPCK()
7372 if (isShuffleEquivalent(V1, V2, Mask, Unpckh)) in lowerVectorShuffleWithUNPCK()
7380 ShuffleVectorSDNode::commuteMask(Unpckh); in lowerVectorShuffleWithUNPCK()
7381 if (isShuffleEquivalent(V1, V2, Mask, Unpckh)) in lowerVectorShuffleWithUNPCK()