Lines Matching defs:DataVT
6095 EVT DataVT) const {
6102 if (IndexVT.getScalarSizeInBits() < DataVT.getScalarSizeInBits())
6107 return DataVT.isFixedLengthVector() || DataVT.getVectorMinNumElements() > 2;
6236 EVT DataVT = VT.changeVectorElementTypeToInteger();
6241 if (DataVT.getVectorElementType() == MVT::i64 ||
6253 if (PromotedVT != DataVT && ExtType == ISD::NON_EXTLOAD)
6273 Result = DAG.getNode(ISD::TRUNCATE, DL, DataVT, Result);
21760 EVT DataVT = Data.getValueType();
21761 EVT HwSrcVt = getSVEContainerType(DataVT);
21762 SDValue InputVT = DAG.getValueType(DataVT);
21764 if (DataVT.isFloatingPoint())
21787 EVT DataVT = Data.getValueType();
21790 if (DataVT.isFloatingPoint())
21791 Data = DAG.getNode(ISD::BITCAST, DL, DataVT.changeTypeToInteger(), Data);
23093 EVT DataVT = N->getOperand(1).getValueType();
23096 if (DataVT.isFixedLengthVector() && DataVT.getScalarSizeInBits() == 64)