Searched refs:Unpckl (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 9361 createUnpackShuffleMask(VT, Unpckl, /* Lo = */ true, IsUnary); in matchVectorShuffleWithUNPCK() 9362 if (isTargetShuffleEquivalent(TargetMask, Unpckl)) { in matchVectorShuffleWithUNPCK() 9393 MatchLo &= (M == Unpckl[i]); in matchVectorShuffleWithUNPCK() 9407 ShuffleVectorSDNode::commuteMask(Unpckl); in matchVectorShuffleWithUNPCK() 9408 if (isTargetShuffleEquivalent(TargetMask, Unpckl)) { in matchVectorShuffleWithUNPCK() 9430 SmallVector<int, 8> Unpckl; in lowerVectorShuffleWithUNPCK() local 9431 createUnpackShuffleMask(VT, Unpckl, /* Lo = */ true, /* Unary = */ false); in lowerVectorShuffleWithUNPCK() 9432 if (isShuffleEquivalent(V1, V2, Mask, Unpckl)) in lowerVectorShuffleWithUNPCK() 9441 ShuffleVectorSDNode::commuteMask(Unpckl); in lowerVectorShuffleWithUNPCK() [all …]
|