Searched refs:NumActiveLanes (Results 1 – 1 of 1) sorted by relevance
10313 unsigned NumActiveLanes = NumElts; in LowerVecReduce() local10315 assert((NumActiveLanes == 16 || NumActiveLanes == 8 || NumActiveLanes == 4 || in LowerVecReduce()10316 NumActiveLanes == 2) && in LowerVecReduce()10321 while (NumActiveLanes > 4) { in LowerVecReduce()10322 unsigned RevOpcode = NumActiveLanes == 16 ? ARMISD::VREV16 : ARMISD::VREV32; in LowerVecReduce()10325 NumActiveLanes /= 2; in LowerVecReduce()10329 if (NumActiveLanes == 4) { in LowerVecReduce()10393 unsigned NumActiveLanes = NumElts; in LowerVecReduceMinMax() local10395 assert((NumActiveLanes == 16 || NumActiveLanes == 8 || NumActiveLanes == 4 || in LowerVecReduceMinMax()10396 NumActiveLanes == 2) && in LowerVecReduceMinMax()[all …]