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

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3702 static bool isPSHUFHWMask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { argument
3703 if (VT != MVT::v8i16 && (!HasInt256 || VT != MVT::v16i16))
3731 static bool isPSHUFLWMask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { argument
3732 if (VT != MVT::v8i16 && (!HasInt256 || VT != MVT::v16i16))
4068 bool HasInt256, bool V2IsSplat = false) {
4079 (!HasInt256 || (NumElts != 16 && NumElts != 32)))
4116 bool HasInt256, bool V2IsSplat = false) {
4126 (!HasInt256 || (NumElts != 16 && NumElts != 32)))
4163 static bool isUNPCKL_v_undef_Mask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { argument
4173 (!HasInt256 || (NumElt
4067 isUNPCKLMask(ArrayRef<int> Mask, MVT VT, bool HasInt256, bool V2IsSplat = false) argument
4115 isUNPCKHMask(ArrayRef<int> Mask, MVT VT, bool HasInt256, bool V2IsSplat = false) argument
4206 isUNPCKH_v_undef_Mask(ArrayRef<int> Mask, MVT VT, bool HasInt256) argument
4938 getOnesVector(MVT VT, bool HasInt256, SelectionDAG &DAG, SDLoc dl) argument
[all...]

Completed in 474 milliseconds