Searched refs:NumActiveLanes (Results 1 – 1 of 1) sorted by relevance
10362 unsigned NumActiveLanes = NumElts; in LowerVecReduce() local10364 assert((NumActiveLanes == 16 || NumActiveLanes == 8 || NumActiveLanes == 4 || in LowerVecReduce()10365 NumActiveLanes == 2) && in LowerVecReduce()10370 while (NumActiveLanes > 4) { in LowerVecReduce()10371 unsigned RevOpcode = NumActiveLanes == 16 ? ARMISD::VREV16 : ARMISD::VREV32; in LowerVecReduce()10374 NumActiveLanes /= 2; in LowerVecReduce()10378 if (NumActiveLanes == 4) { in LowerVecReduce()10442 unsigned NumActiveLanes = NumElts; in LowerVecReduceMinMax() local10444 assert((NumActiveLanes == 16 || NumActiveLanes == 8 || NumActiveLanes == 4 || in LowerVecReduceMinMax()10445 NumActiveLanes == 2) && in LowerVecReduceMinMax()[all …]