Lines Matching refs:getVectorMinNumElements
169 if (VT.getVectorMinNumElements() < MinElts)
4086 unsigned NumOpElts = M1VT.getVectorMinNumElements();
5053 unsigned NumOpElts = M1VT.getVectorMinNumElements();
6895 Op.getOperand(0).getSimpleValueType().getVectorMinNumElements();
10030 if (VecVT.getVectorMinNumElements() >= 8 &&
10031 SubVecVT.getVectorMinNumElements() >= 8) {
10033 assert(VecVT.getVectorMinNumElements() % 8 == 0 &&
10034 SubVecVT.getVectorMinNumElements() % 8 == 0 &&
10038 MVT::getVectorVT(MVT::i8, SubVecVT.getVectorMinNumElements() / 8,
10040 VecVT = MVT::getVectorVT(MVT::i8, VecVT.getVectorMinNumElements() / 8,
10265 if (VecVT.getVectorMinNumElements() >= 8 &&
10266 SubVecVT.getVectorMinNumElements() >= 8) {
10268 assert(VecVT.getVectorMinNumElements() % 8 == 0 &&
10269 SubVecVT.getVectorMinNumElements() % 8 == 0 &&
10273 MVT::getVectorVT(MVT::i8, SubVecVT.getVectorMinNumElements() / 8,
10275 VecVT = MVT::getVectorVT(MVT::i8, VecVT.getVectorMinNumElements() / 8,
10610 DAG.getVectorIdxConstant(VecVT.getVectorMinNumElements(), DL));
10687 DAG.getVectorIdxConstant(LoVT.getVectorMinNumElements(), DL));
11716 unsigned MinElts = GatherVT.getVectorMinNumElements();