Lines Matching defs:VecWidth
2681 unsigned VecWidth = VecTy.getSizeInBits();
2684 assert((VecWidth % ElemWidth) == 0);
2685 assert(VecWidth == 32 || VecWidth == 64);
2696 if (VecWidth == 64 && ValWidth == 32) {
2730 unsigned VecWidth = VecTy.getSizeInBits();
2732 assert(VecWidth == VecTy.getVectorNumElements() &&
2734 assert(VecWidth == 8 || VecWidth == 4 || VecWidth == 2);
2747 SDValue M0 = DAG.getConstant(8 / VecWidth, dl, MVT::i32);
2756 unsigned Scale = VecWidth / ValWidth;
2761 unsigned VecRep = 8 / VecWidth;
2785 unsigned VecWidth = VecTy.getSizeInBits();
2787 assert(VecWidth == 32 || VecWidth == 64);
2788 assert((VecWidth % ValWidth) == 0);
2791 MVT ScalarTy = MVT::getIntegerVT(VecWidth);
2797 if (VW != VecWidth)
3826 unsigned VecWidth = Subtarget.getVectorLength() * 8;
3830 if (BitWidth == VecWidth)
3832 assert(BitWidth == 2 * VecWidth);