Lines Matching refs:IndexVT
202 MVT *IndexVT) { in addVectorLoadStoreOperands() argument
212 if (IndexVT) in addVectorLoadStoreOperands()
213 *IndexVT = Operands.back()->getSimpleValueType(0); in addVectorLoadStoreOperands()
339 MVT IndexVT; in selectVLXSEG() local
341 /*IsStridedOrIndexed*/ true, Operands, &IndexVT); in selectVLXSEG()
343 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in selectVLXSEG()
346 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVLXSEG()
347 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in selectVLXSEG()
416 MVT IndexVT; in selectVSXSEG() local
418 /*IsStridedOrIndexed*/ true, Operands, &IndexVT); in selectVSXSEG()
420 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in selectVSXSEG()
423 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in selectVSXSEG()
424 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in selectVSXSEG()
999 MVT IndexVT; in Select() local
1002 &IndexVT); in Select()
1004 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in Select()
1008 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1009 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in Select()
1188 MVT IndexVT; in Select() local
1191 &IndexVT); in Select()
1193 assert(VT.getVectorElementCount() == IndexVT.getVectorElementCount() && in Select()
1197 RISCVII::VLMUL IndexLMUL = RISCVTargetLowering::getLMUL(IndexVT); in Select()
1198 unsigned IndexLog2EEW = Log2_32(IndexVT.getScalarSizeInBits()); in Select()