Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h373 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
374 return LAI->getDepChecker().getMaxSafeVectorWidthInBits(); in getMaxSafeVectorWidthInBits()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h207 uint64_t getMaxSafeVectorWidthInBits() const { in getMaxSafeVectorWidthInBits() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4935 PowerOf2Floor(Legal->getMaxSafeVectorWidthInBits() / WidestType); in computeFeasibleMaxVF()