Searched refs:isPSHUFLWMask (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3729 /// isPSHUFLWMask - Return true if the node specifies a shuffle of elements that
3731 static bool isPSHUFLWMask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { function
9482 if (isPSHUFLWMask(M, VT, HasInt256))
16854 isPSHUFLWMask(M, SVT, Subtarget->hasInt256()) ||

Completed in 186 milliseconds