Lines Matching refs:VecVT
3870 static unsigned int getVCmpInst(MVT VecVT, ISD::CondCode CC, in getVCmpInst() argument
3875 if (VecVT.isFloatingPoint()) { in getVCmpInst()
3898 if (VecVT == MVT::v4f32) in getVCmpInst()
3900 else if (VecVT == MVT::v2f64) in getVCmpInst()
3905 if (VecVT == MVT::v4f32) in getVCmpInst()
3907 else if (VecVT == MVT::v2f64) in getVCmpInst()
3912 if (VecVT == MVT::v4f32) in getVCmpInst()
3914 else if (VecVT == MVT::v2f64) in getVCmpInst()
3942 if (VecVT == MVT::v16i8) in getVCmpInst()
3944 else if (VecVT == MVT::v8i16) in getVCmpInst()
3946 else if (VecVT == MVT::v4i32) in getVCmpInst()
3948 else if (VecVT == MVT::v2i64) in getVCmpInst()
3952 if (VecVT == MVT::v16i8) in getVCmpInst()
3954 else if (VecVT == MVT::v8i16) in getVCmpInst()
3956 else if (VecVT == MVT::v4i32) in getVCmpInst()
3958 else if (VecVT == MVT::v2i64) in getVCmpInst()
3962 if (VecVT == MVT::v16i8) in getVCmpInst()
3964 else if (VecVT == MVT::v8i16) in getVCmpInst()
3966 else if (VecVT == MVT::v4i32) in getVCmpInst()
3968 else if (VecVT == MVT::v2i64) in getVCmpInst()
4079 EVT VecVT = LHS.getValueType(); in trySETCC() local
4081 unsigned int VCmpInst = getVCmpInst(VecVT.getSimpleVT(), CC, in trySETCC()
4086 EVT ResVT = VecVT.changeVectorElementTypeToInteger(); in trySETCC()