Lines Matching refs:VWidth

1347   unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements();  in SimplifyDemandedVectorElts()  local
1348 APInt EltMask(APInt::getAllOnes(VWidth)); in SimplifyDemandedVectorElts()
1373 for (unsigned i = 0; i != VWidth; ++i) { in SimplifyDemandedVectorElts()
1428 APInt PoisonElts2(VWidth, 0); in SimplifyDemandedVectorElts()
1429 APInt PoisonElts3(VWidth, 0); in SimplifyDemandedVectorElts()
1459 APInt PoisonEltsOp(VWidth, 0); in SimplifyDemandedVectorElts()
1486 if (IdxNo < VWidth) in SimplifyDemandedVectorElts()
1506 if (IdxNo >= VWidth || !DemandedElts[IdxNo]) { in SimplifyDemandedVectorElts()
1541 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1572 if (VWidth == OpWidth) { in SimplifyDemandedVectorElts()
1574 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1590 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1655 for (unsigned i = 0; i < VWidth; ++i) { in SimplifyDemandedVectorElts()
1682 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1715 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1720 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1724 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1725 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts()
1728 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1732 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1743 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1745 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1749 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts()
1752 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1756 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) { in SimplifyDemandedVectorElts()
1780 APInt DemandedPtrs(APInt::getAllOnes(VWidth)), in SimplifyDemandedVectorElts()
1783 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()