Lines Matching refs:VecVT
2152 static unsigned int getVCmpInst(MVT VecVT, ISD::CondCode CC, in getVCmpInst() argument
2157 if (VecVT.isFloatingPoint()) { in getVCmpInst()
2180 if (VecVT == MVT::v4f32) in getVCmpInst()
2182 else if (VecVT == MVT::v2f64) in getVCmpInst()
2187 if (VecVT == MVT::v4f32) in getVCmpInst()
2189 else if (VecVT == MVT::v2f64) in getVCmpInst()
2194 if (VecVT == MVT::v4f32) in getVCmpInst()
2196 else if (VecVT == MVT::v2f64) in getVCmpInst()
2224 if (VecVT == MVT::v16i8) in getVCmpInst()
2226 else if (VecVT == MVT::v8i16) in getVCmpInst()
2228 else if (VecVT == MVT::v4i32) in getVCmpInst()
2230 else if (VecVT == MVT::v2i64) in getVCmpInst()
2234 if (VecVT == MVT::v16i8) in getVCmpInst()
2236 else if (VecVT == MVT::v8i16) in getVCmpInst()
2238 else if (VecVT == MVT::v4i32) in getVCmpInst()
2240 else if (VecVT == MVT::v2i64) in getVCmpInst()
2244 if (VecVT == MVT::v16i8) in getVCmpInst()
2246 else if (VecVT == MVT::v8i16) in getVCmpInst()
2248 else if (VecVT == MVT::v4i32) in getVCmpInst()
2250 else if (VecVT == MVT::v2i64) in getVCmpInst()
2361 EVT VecVT = LHS.getValueType(); in trySETCC() local
2363 unsigned int VCmpInst = getVCmpInst(VecVT.getSimpleVT(), CC, in trySETCC()
2368 EVT ResVT = VecVT.changeVectorElementTypeToInteger(); in trySETCC()