Lines Matching defs:NumEvenDrops
14266 int NumEvenDrops = canLowerByDroppingElements(Mask, true, false);
14267 if ((NumEvenDrops == 1 || (NumEvenDrops == 2 && Subtarget.hasSSE41())) &&
14271 if (NumEvenDrops == 2 && Subtarget.hasAVX2() &&
14285 for (unsigned i = 0; i != 4; i += 1 << (NumEvenDrops - 1))
14307 if (NumEvenDrops == 2) {
14604 int NumEvenDrops = canLowerByDroppingElements(Mask, true, IsSingleInput);
14622 if (Subtarget.hasSSSE3() && (IsSingleInput || NumEvenDrops != 1)) {
14687 if (NumEvenDrops) {
14688 // NumEvenDrops is the power of two stride of the elements. Another way of
14693 assert(NumEvenDrops <= 3 &&
14696 for (unsigned i = 0; i != 8; i += 1 << (NumEvenDrops - 1))
14708 for (int i = 1; i < NumEvenDrops; ++i) {