Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h376 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
377 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h219 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3028 << DC.getMaxSafeVectorWidthInBits() << " bits"; in print()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3904 llvm::bit_floor(Legal->getMaxSafeVectorWidthInBits() / WidestType); in computeFeasibleMaxVF()