Lines Matching refs:DataVT
4854 EVT DataVT) const { in shouldRemoveExtendFromGSIndex()
4860 if (IndexVT.getScalarSizeInBits() < DataVT.getScalarSizeInBits()) in shouldRemoveExtendFromGSIndex()
4865 return DataVT.isFixedLengthVector() || DataVT.getVectorMinNumElements() > 2; in shouldRemoveExtendFromGSIndex()
4971 EVT DataVT = VT.changeVectorElementTypeToInteger(); in LowerMGATHER() local
4976 if (DataVT.getVectorElementType() == MVT::i64 || in LowerMGATHER()
4988 if (PromotedVT != DataVT && ExtType == ISD::NON_EXTLOAD) in LowerMGATHER()
5008 Result = DAG.getNode(ISD::TRUNCATE, DL, DataVT, Result); in LowerMGATHER()
16967 EVT DataVT = Data.getValueType(); in performST1Combine() local
16968 EVT HwSrcVt = getSVEContainerType(DataVT); in performST1Combine()
16969 SDValue InputVT = DAG.getValueType(DataVT); in performST1Combine()
16971 if (DataVT.isFloatingPoint()) in performST1Combine()
16994 EVT DataVT = Data.getValueType(); in performSTNT1Combine() local
16997 if (DataVT.isFloatingPoint()) in performSTNT1Combine()
16998 Data = DAG.getNode(ISD::BITCAST, DL, DataVT.changeTypeToInteger(), Data); in performSTNT1Combine()