Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1686 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getArithmeticReductionCost() local
1689 NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()
1713 unsigned VecLimit = in getArithmeticReductionCost() local
1716 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()
1831 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getMinMaxReductionCost() local
1833 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getMinMaxReductionCost()