Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3702 static bool isPSHUFHWMask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { in isPSHUFHWMask()
3731 static bool isPSHUFLWMask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { in isPSHUFLWMask()
4068 bool HasInt256, bool V2IsSplat = false) { in isUNPCKLMask()
4116 bool HasInt256, bool V2IsSplat = false) { in isUNPCKHMask()
4163 static bool isUNPCKL_v_undef_Mask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { in isUNPCKL_v_undef_Mask()
4206 static bool isUNPCKH_v_undef_Mask(ArrayRef<int> Mask, MVT VT, bool HasInt256) { in isUNPCKH_v_undef_Mask()
4938 static SDValue getOnesVector(MVT VT, bool HasInt256, SelectionDAG &DAG, in getOnesVector()
9262 bool HasInt256 = Subtarget->hasInt256(); in LowerVECTOR_SHUFFLE() local