Lines Matching refs:IndexVT
252 bool IsLoad, MVT *IndexVT) { in addVectorLoadStoreOperands() argument
260 if (IndexVT) in addVectorLoadStoreOperands()
261 *IndexVT = Operands.back()->getSimpleValueType(0); in addVectorLoadStoreOperands()
404 MVT IndexVT; in selectVLXSEG() local
407 /*IsLoad=*/true, &IndexVT); in selectVLXSEG()
409 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in selectVLXSEG()
412 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVLXSEG()
413 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in selectVLXSEG()
486 MVT IndexVT; in selectVSXSEG() local
489 /*IsLoad=*/false, &IndexVT); in selectVSXSEG()
491 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in selectVSXSEG()
494 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVSXSEG()
495 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in selectVSXSEG()
1302 MVT IndexVT; in Select() local
1305 /*IsLoad=*/true, &IndexVT); in Select()
1307 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in Select()
1311 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1312 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in Select()
1502 MVT IndexVT; in Select() local
1505 /*IsLoad=*/false, &IndexVT); in Select()
1507 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in Select()
1511 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1512 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in Select()