Home
last modified time | relevance | path

Searched refs:NumActiveLanes (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10296 unsigned NumActiveLanes = NumElts; in LowerVecReduce() local
10298 assert((NumActiveLanes == 16 || NumActiveLanes == 8 || NumActiveLanes == 4 || in LowerVecReduce()
10299 NumActiveLanes == 2) && in LowerVecReduce()
10304 while (NumActiveLanes > 4) { in LowerVecReduce()
10308 NumActiveLanes /= 2; in LowerVecReduce()
10312 if (NumActiveLanes == 4) { in LowerVecReduce()
10378 assert((NumActiveLanes == 16 || NumActiveLanes == 8 || NumActiveLanes == 4 || in LowerVecReduceMinMax()
10379 NumActiveLanes == 2) && in LowerVecReduceMinMax()
10388 NumActiveLanes /= 2; in LowerVecReduceMinMax()
10392 while (NumActiveLanes > 1) { in LowerVecReduceMinMax()
[all …]