Lines Matching refs:VWidth

1403   unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements();  in SimplifyDemandedVectorElts()  local
1404 APInt EltMask(APInt::getAllOnes(VWidth)); in SimplifyDemandedVectorElts()
1429 for (unsigned i = 0; i != VWidth; ++i) { in SimplifyDemandedVectorElts()
1484 APInt PoisonElts2(VWidth, 0); in SimplifyDemandedVectorElts()
1485 APInt PoisonElts3(VWidth, 0); in SimplifyDemandedVectorElts()
1515 APInt PoisonEltsOp(VWidth, 0); in SimplifyDemandedVectorElts()
1542 if (IdxNo < VWidth) in SimplifyDemandedVectorElts()
1562 if (IdxNo >= VWidth || !DemandedElts[IdxNo]) { in SimplifyDemandedVectorElts()
1597 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1628 if (VWidth == OpWidth) { in SimplifyDemandedVectorElts()
1630 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1646 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1711 for (unsigned i = 0; i < VWidth; ++i) { in SimplifyDemandedVectorElts()
1738 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1771 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1776 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1780 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1781 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts()
1784 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1788 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1799 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1801 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1805 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts()
1808 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1812 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) { in SimplifyDemandedVectorElts()
1836 APInt DemandedPtrs(APInt::getAllOnes(VWidth)), in SimplifyDemandedVectorElts()
1839 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()