Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h373 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
374 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h217 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2963 << DC.getMaxSafeVectorWidthInBits() << " bits"; in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4529 llvm::bit_floor(Legal->getMaxSafeVectorWidthInBits() / WidestType); in computeFeasibleMaxVF()