Lines Matching defs:IndexVT
242 bool IsLoad, MVT *IndexVT) {
250 if (IndexVT)
251 *IndexVT = Operands.back()->getSimpleValueType(0);
358 MVT IndexVT;
361 /*IsLoad=*/true, &IndexVT);
371 assert(ContainedTyNumElts == IndexVT.getVectorMinNumElements() &&
375 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT);
376 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits());
433 MVT IndexVT;
436 /*IsLoad=*/false, &IndexVT);
446 assert(ContainedTyNumElts == IndexVT.getVectorMinNumElements() &&
450 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT);
451 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits());
1996 MVT IndexVT;
1999 /*IsLoad=*/true, &IndexVT);
2001 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() &&
2005 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT);
2006 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits());
2202 MVT IndexVT;
2205 /*IsLoad=*/false, &IndexVT);
2207 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() &&
2211 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT);
2212 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits());