Searched defs:isUNPCKH_v_undef_Mask (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4203 /// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
4206 static bool isUNPCKH_v_undef_Mask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { function
9310 if (OptForSize && isUNPCKH_v_undef_Mask(M, VT, HasInt256))
9498 if (isUNPCKH_v_undef_Mask(M, VT, HasInt256))
16859 isUNPCKH_v_undef_Mask(M, SVT, Subtarget->hasInt256()) ||

Completed in 117 milliseconds