Lines Matching refs:IndexVT
297 bool IsLoad, MVT *IndexVT) { in addVectorLoadStoreOperands() argument
305 if (IndexVT) in addVectorLoadStoreOperands()
306 *IndexVT = Operands.back()->getSimpleValueType(0); in addVectorLoadStoreOperands()
439 MVT IndexVT; in selectVLXSEG() local
442 /*IsLoad=*/true, &IndexVT); in selectVLXSEG()
444 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in selectVLXSEG()
447 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVLXSEG()
448 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in selectVLXSEG()
521 MVT IndexVT; in selectVSXSEG() local
524 /*IsLoad=*/false, &IndexVT); in selectVSXSEG()
526 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in selectVSXSEG()
529 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVSXSEG()
530 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in selectVSXSEG()
1722 MVT IndexVT; in Select() local
1725 /*IsLoad=*/true, &IndexVT); in Select()
1727 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in Select()
1731 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1732 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in Select()
1920 MVT IndexVT; in Select() local
1923 /*IsLoad=*/false, &IndexVT); in Select()
1925 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in Select()
1929 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1930 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in Select()