Searched refs:Unpckl (Results 1 – 2 of 2) 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 …]
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7359 SmallVector<int, 8> Unpckl(NumElts); in lowerVectorShuffleWithUNPCK() local 7366 Unpckl[i] = LoPos; in lowerVectorShuffleWithUNPCK() 7370 if (isShuffleEquivalent(V1, V2, Mask, Unpckl)) in lowerVectorShuffleWithUNPCK() 7376 ShuffleVectorSDNode::commuteMask(Unpckl); in lowerVectorShuffleWithUNPCK() 7377 if (isShuffleEquivalent(V1, V2, Mask, Unpckl)) in lowerVectorShuffleWithUNPCK()
|