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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp3645 /// isUNPCKH_v_undef_Mask - Special case of isUNPCKHMask for canonical form
3648 static bool isUNPCKH_v_undef_Mask(const SmallVectorImpl<int> &Mask, EVT VT) { function
3664 bool X86::isUNPCKH_v_undef_Mask(ShuffleVectorSDNode *N) { function in class:X86
3667 return ::isUNPCKH_v_undef_Mask(M, N->getValueType(0));
6595 if (OptForSize && X86::isUNPCKH_v_undef_Mask(SVOp))
6782 if (X86::isUNPCKH_v_undef_Mask(SVOp))
10873 isUNPCKH_v_undef_Mask(M, VT));

Completed in 165 milliseconds