Home
last modified time | relevance | path

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

/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()