Searched refs:VecLimit (Results 1 – 1 of 1) sorted by relevance
1781 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getArithmeticReductionCost() local1784 NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()1808 unsigned VecLimit = in getArithmeticReductionCost() local1811 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getArithmeticReductionCost()1926 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getMinMaxReductionCost() local1928 while (isPowerOf2_32(NumElts) && NumElts * EltSize > VecLimit) { in getMinMaxReductionCost()