Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h374 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
375 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h220 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5655 PowerOf2Floor(Legal->getMaxSafeVectorWidthInBits() / WidestType); in computeFeasibleMaxVF()