Lines Matching defs:NumEvenDrops
13989 int NumEvenDrops = canLowerByDroppingElements(Mask, true, false);
13990 if ((NumEvenDrops == 1 || (NumEvenDrops == 2 && Subtarget.hasSSE41())) &&
13994 if (NumEvenDrops == 2 && Subtarget.hasAVX2() &&
14008 for (unsigned i = 0; i != 4; i += 1 << (NumEvenDrops - 1))
14030 if (NumEvenDrops == 2) {
14319 int NumEvenDrops = canLowerByDroppingElements(Mask, true, IsSingleInput);
14337 if (Subtarget.hasSSSE3() && (IsSingleInput || NumEvenDrops != 1)) {
14402 if (NumEvenDrops) {
14403 // NumEvenDrops is the power of two stride of the elements. Another way of
14408 assert(NumEvenDrops <= 3 &&
14411 for (unsigned i = 0; i != 8; i += 1 << (NumEvenDrops - 1))
14423 for (int i = 1; i < NumEvenDrops; ++i) {