Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp704 auto GetVectorFactor = [&](unsigned VF, unsigned LoadStoreSize, in splitChainByAlignment() local
761 unsigned TargetVF = GetVectorFactor(VF, VecElemBits, in splitChainByAlignment()
H A DSLPVectorizer.cpp22493 auto GetVectorFactor = [&, &TTI = *TTI](unsigned ReduxWidth) { in tryToReduce() local
22515 ReduxWidth = GetVectorFactor(ReduxWidth); in tryToReduce()
22536 ReduxWidth = GetVectorFactor(ReduxWidth); in tryToReduce()
22760 ReduxWidth = GetVectorFactor(NumReducedVals - Pos); in tryToReduce()