Lines Matching defs:VecWidth
2671 unsigned VecWidth = VecTy.getSizeInBits();
2674 assert((VecWidth % ElemWidth) == 0);
2675 assert(VecWidth == 32 || VecWidth == 64);
2686 if (VecWidth == 64 && ValWidth == 32) {
2720 unsigned VecWidth = VecTy.getSizeInBits();
2722 assert(VecWidth == VecTy.getVectorNumElements() &&
2724 assert(VecWidth == 8 || VecWidth == 4 || VecWidth == 2);
2737 SDValue M0 = DAG.getConstant(8 / VecWidth, dl, MVT::i32);
2746 unsigned Scale = VecWidth / ValWidth;
2751 unsigned VecRep = 8 / VecWidth;
2775 unsigned VecWidth = VecTy.getSizeInBits();
2777 assert(VecWidth == 32 || VecWidth == 64);
2778 assert((VecWidth % ValWidth) == 0);
2781 MVT ScalarTy = MVT::getIntegerVT(VecWidth);
2787 if (VW != VecWidth)
3816 unsigned VecWidth = Subtarget.getVectorLength() * 8;
3820 if (BitWidth == VecWidth)
3822 assert(BitWidth == 2 * VecWidth);