Lines Matching refs:IndexVT

296     bool IsLoad, MVT *IndexVT) {  in addVectorLoadStoreOperands()  argument
304 if (IndexVT) in addVectorLoadStoreOperands()
305 *IndexVT = Operands.back()->getSimpleValueType(0); in addVectorLoadStoreOperands()
438 MVT IndexVT; in selectVLXSEG() local
441 /*IsLoad=*/true, &IndexVT); in selectVLXSEG()
443 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in selectVLXSEG()
446 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVLXSEG()
447 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in selectVLXSEG()
520 MVT IndexVT; in selectVSXSEG() local
523 /*IsLoad=*/false, &IndexVT); in selectVSXSEG()
525 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in selectVSXSEG()
528 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVSXSEG()
529 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in selectVSXSEG()
1895 MVT IndexVT; in Select() local
1898 /*IsLoad=*/true, &IndexVT); in Select()
1900 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in Select()
1904 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1905 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in Select()
2093 MVT IndexVT; in Select() local
2096 /*IsLoad=*/false, &IndexVT); in Select()
2098 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in Select()
2102 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
2103 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in Select()