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