Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7359 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()