Home
last modified time | relevance | path

Searched refs:MaxSafeVectorWidthInBits (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h174 MaxSafeVectorWidthInBits(-1U), in MemoryDepChecker()
211 return MaxSafeVectorWidthInBits == UINT_MAX; in isSafeForAnyVectorWidth()
221 return MaxSafeVectorWidthInBits; in getMaxSafeVectorWidthInBits()
287 uint64_t MaxSafeVectorWidthInBits; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1661 MaxSafeVectorWidthInBits = std::min(MaxSafeVectorWidthInBits, MaxVFInBits); in isDependent()