Searched refs:VecLimit (Results 1 – 1 of 1) sorted by relevance
1686 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getArithmeticReductionCost() local1689 NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()1713 unsigned VecLimit = in getArithmeticReductionCost() local1716 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()1831 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getMinMaxReductionCost() local1833 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getMinMaxReductionCost()