Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h383 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
384 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h206 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4875 PowerOf2Floor(Legal->getMaxSafeVectorWidthInBits() / WidestType); in computeFeasibleMaxVF()