Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1698 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getArithmeticReductionCost() local
1701 NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()
1725 unsigned VecLimit = in getArithmeticReductionCost() local
1728 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()
1843 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getMinMaxReductionCost() local
1845 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getMinMaxReductionCost()