Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp22492 unsigned ReduxWidth = NumReducedVals; in tryToReduce() local
22493 auto GetVectorFactor = [&, &TTI = *TTI](unsigned ReduxWidth) { in tryToReduce() argument
22496 ReduxWidth = in tryToReduce()
22497 getFloorFullVectorNumberOfElements(TTI, ScalarTy, ReduxWidth); in tryToReduce()
22498 VectorType *Tp = getWidenedType(ScalarTy, ReduxWidth); in tryToReduce()
22503 assert(ReduxWidth > 0 && "ReduxWidth is unexpectedly 0."); in tryToReduce()
22504 ReduxWidth = bit_floor(ReduxWidth - 1); in tryToReduce()
22505 VectorType *Tp = getWidenedType(ScalarTy, ReduxWidth); in tryToReduce()
22511 ReduxWidth = bit_floor(ReduxWidth); in tryToReduce()
22512 return ReduxWidth; in tryToReduce()
[all …]