Lines Matching refs:ViaVecTy
1386 EVT ViaVecTy = ResVecTy; in lowerMSASplatZExt() local
1397 ViaVecTy = MVT::v4i32; in lowerMSASplatZExt()
1404 SDValue Result = DAG.getNode(ISD::BUILD_VECTOR, DL, ViaVecTy, in lowerMSASplatZExt()
1405 makeArrayRef(Ops, ViaVecTy.getVectorNumElements())); in lowerMSASplatZExt()
1407 if (ViaVecTy != ResVecTy) in lowerMSASplatZExt()
1420 EVT ViaVecTy = VecTy; in getBuildVectorSplat() local
1427 ViaVecTy = MVT::v4i32; in getBuildVectorSplat()
1445 SDValue Result = DAG.getNode(ISD::BUILD_VECTOR, DL, ViaVecTy, in getBuildVectorSplat()
1446 makeArrayRef(Ops, ViaVecTy.getVectorNumElements())); in getBuildVectorSplat()
1448 if (VecTy != ViaVecTy) in getBuildVectorSplat()
2370 EVT ViaVecTy; in lowerBUILD_VECTOR() local
2376 ViaVecTy = MVT::v16i8; in lowerBUILD_VECTOR()
2379 ViaVecTy = MVT::v8i16; in lowerBUILD_VECTOR()
2382 ViaVecTy = MVT::v4i32; in lowerBUILD_VECTOR()
2390 SDValue Result = DAG.getConstant(SplatValue, DL, ViaVecTy); in lowerBUILD_VECTOR()
2393 if (ViaVecTy != ResTy) in lowerBUILD_VECTOR()