Searched defs:HasInt256 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 3572 static bool isPSHUFHWMask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { in isPSHUFHWMask() 3601 static bool isPSHUFLWMask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { in isPSHUFLWMask() 3907 bool HasInt256, bool V2IsSplat = false) { in isUNPCKLMask() 3955 bool HasInt256, bool V2IsSplat = false) { in isUNPCKHMask() 4002 static bool isUNPCKL_v_undef_Mask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { in isUNPCKL_v_undef_Mask() 4045 static bool isUNPCKH_v_undef_Mask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { in isUNPCKH_v_undef_Mask() 4758 static SDValue getOnesVector(MVT VT, bool HasInt256, SelectionDAG &DAG, in getOnesVector() 7274 bool HasInt256 = Subtarget->hasInt256(); in LowerVECTOR_SHUFFLE() local
|