Home | History | Annotate | Download | only in X86

Lines Matching refs:isUNPCKL_v_undef_Mask

3602 /// isUNPCKL_v_undef_Mask - Special case of isUNPCKLMask for canonical form
3605 static bool isUNPCKL_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) {
3639 bool X86::isUNPCKL_v_undef_Mask(ShuffleVectorSDNode *N) {
3642 return ::isUNPCKL_v_undef_Mask(M, N->getValueType(0));
6593 if (OptForSize && X86::isUNPCKL_v_undef_Mask(SVOp))
6780 if (X86::isUNPCKL_v_undef_Mask(SVOp))
10872 isUNPCKL_v_undef_Mask(M, VT) ||