Home | History | Annotate | Download | only in Scalar

Lines Matching full:popcount

318   // non-compact loop. Therefore, recognizing popcount idiom only makes sense
336 // It should have a precondition block where the generated popcount instrinsic
624 /// detected, transform the relevant code to popcount intrinsic function
696 NclPopcountRecognize Popcount(*this);
697 if (Popcount.recognize())