Lines Matching refs:VWidth
1181 unsigned VWidth = cast<FixedVectorType>(V->getType())->getNumElements(); in SimplifyDemandedVectorElts() local
1182 APInt EltMask(APInt::getAllOnes(VWidth)); in SimplifyDemandedVectorElts()
1207 for (unsigned i = 0; i != VWidth; ++i) { in SimplifyDemandedVectorElts()
1262 APInt UndefElts2(VWidth, 0); in SimplifyDemandedVectorElts()
1263 APInt UndefElts3(VWidth, 0); in SimplifyDemandedVectorElts()
1293 APInt UndefEltsOp(VWidth, 0); in SimplifyDemandedVectorElts()
1320 if (IdxNo < VWidth) in SimplifyDemandedVectorElts()
1340 if (IdxNo >= VWidth || !DemandedElts[IdxNo]) { in SimplifyDemandedVectorElts()
1375 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1406 if (VWidth == OpWidth) { in SimplifyDemandedVectorElts()
1408 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1424 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1489 for (unsigned i = 0; i < VWidth; ++i) { in SimplifyDemandedVectorElts()
1516 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()
1549 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1554 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1558 Ratio = VWidth / InVWidth; in SimplifyDemandedVectorElts()
1559 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts()
1562 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1566 Ratio = InVWidth / VWidth; in SimplifyDemandedVectorElts()
1577 if (VWidth == InVWidth) { in SimplifyDemandedVectorElts()
1579 } else if ((VWidth % InVWidth) == 0) { in SimplifyDemandedVectorElts()
1583 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) in SimplifyDemandedVectorElts()
1586 } else if ((InVWidth % VWidth) == 0) { in SimplifyDemandedVectorElts()
1590 for (unsigned OutIdx = 0; OutIdx != VWidth; ++OutIdx) { in SimplifyDemandedVectorElts()
1614 APInt DemandedPtrs(APInt::getAllOnes(VWidth)), in SimplifyDemandedVectorElts()
1617 for (unsigned i = 0; i < VWidth; i++) { in SimplifyDemandedVectorElts()