Home
last modified time | relevance | path

Searched defs: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
1725 unsigned VecLimit = in getArithmeticReductionCost() local
1843 unsigned VecLimit = ST->hasMVEFloatOps() ? 128 : (ST->hasNEON() ? 64 : -1); in getMinMaxReductionCost() local