Searched refs:VecLimit (Results 1 – 1 of 1) sorted by relevance
1698 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getArithmeticReductionCost() local1701 NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()1725 unsigned VecLimit = in getArithmeticReductionCost() local1728 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()1843 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getMinMaxReductionCost() local1845 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getMinMaxReductionCost()