Lines Matching defs:DataVT
6555 EVT DataVT) const {
6562 if (IndexVT.getScalarSizeInBits() < DataVT.getScalarSizeInBits())
6567 return DataVT.isFixedLengthVector() || DataVT.getVectorMinNumElements() > 2;
6696 EVT DataVT = VT.changeVectorElementTypeToInteger();
6701 if (DataVT.getVectorElementType() == MVT::i64 ||
6713 if (PromotedVT != DataVT && ExtType == ISD::NON_EXTLOAD)
6733 Result = DAG.getNode(ISD::TRUNCATE, DL, DataVT, Result);
22650 EVT DataVT = Data.getValueType();
22651 EVT HwSrcVt = getSVEContainerType(DataVT);
22652 SDValue InputVT = DAG.getValueType(DataVT);
22654 if (DataVT.isFloatingPoint())
22677 EVT DataVT = Data.getValueType();
22680 if (DataVT.isFloatingPoint())
22681 Data = DAG.getNode(ISD::BITCAST, DL, DataVT.changeTypeToInteger(), Data);
24009 EVT DataVT = N->getOperand(1).getValueType();
24012 if (DataVT.isFixedLengthVector() && DataVT.getScalarSizeInBits() == 64)