Lines Matching refs:IndexVT

5300 bool AArch64TargetLowering::shouldRemoveExtendFromGSIndex(EVT IndexVT,  in shouldRemoveExtendFromGSIndex()  argument
5303 if (!Subtarget->hasSVE() || IndexVT.getVectorElementType() != MVT::i32) in shouldRemoveExtendFromGSIndex()
5307 if (IndexVT.getScalarSizeInBits() < DataVT.getScalarSizeInBits()) in shouldRemoveExtendFromGSIndex()
5402 EVT IndexVT = Index.getValueType(); in LowerMGATHER() local
5403 Index = DAG.getNode(ISD::SHL, DL, IndexVT, Index, in LowerMGATHER()
5404 DAG.getConstant(Log2_32(ScaleVal), DL, IndexVT)); in LowerMGATHER()
5490 EVT IndexVT = Index.getValueType(); in LowerMSCATTER() local
5491 Index = DAG.getNode(ISD::SHL, DL, IndexVT, Index, in LowerMSCATTER()
5492 DAG.getConstant(Log2_32(ScaleVal), DL, IndexVT)); in LowerMSCATTER()
11189 MVT IndexVT = MVT::v8i8; in GenerateTBL() local
11192 IndexVT = MVT::v16i8; in GenerateTBL()
11208 SDValue V1Cst = DAG.getNode(ISD::BITCAST, DL, IndexVT, V1); in GenerateTBL()
11209 SDValue V2Cst = DAG.getNode(ISD::BITCAST, DL, IndexVT, V2); in GenerateTBL()
11216 ISD::INTRINSIC_WO_CHAIN, DL, IndexVT, in GenerateTBL()
11218 DAG.getBuildVector(IndexVT, DL, ArrayRef(TBLMask.data(), IndexLen))); in GenerateTBL()
11223 ISD::INTRINSIC_WO_CHAIN, DL, IndexVT, in GenerateTBL()
11225 DAG.getBuildVector(IndexVT, DL, ArrayRef(TBLMask.data(), IndexLen))); in GenerateTBL()
11234 ISD::INTRINSIC_WO_CHAIN, DL, IndexVT, in GenerateTBL()
11237 DAG.getBuildVector(IndexVT, DL, ArrayRef(TBLMask.data(), IndexLen))); in GenerateTBL()
19408 EVT IndexVT = Index.getValueType(); in foldIndexIntoBase() local
19409 if (!IndexVT.isVector() || IndexVT.getVectorElementType() != MVT::i64) in foldIndexIntoBase()
19466 EVT IndexVT = Index.getValueType(); in findMoreOptimalIndexType() local
19467 if (IndexVT.getVectorElementType() != MVT::i64 || IndexVT == MVT::nxv2i64) in findMoreOptimalIndexType()
19477 EVT NewIndexVT = IndexVT.changeVectorElementType(MVT::i32); in findMoreOptimalIndexType()
19512 IndexVT.getVectorMinNumElements() * Stride * MaxVScale; in findMoreOptimalIndexType()
19518 EVT NewIndexVT = IndexVT.changeVectorElementType(MVT::i32); in findMoreOptimalIndexType()