Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1849 uint64_t MaxVFInBits = MaxVF * TypeByteSize * 8; in couldPreventStoreLoadForward() local
1851 std::min(MaxStoreLoadForwardSafeDistanceInBits, MaxVFInBits); in couldPreventStoreLoadForward()
2295 uint64_t MaxVFInBits = MaxVF * TypeByteSize * 8; in isDependent() local
2296 if (!ConstDist && MaxVFInBits < MaxTargetVectorWidthInBits) { in isDependent()
2308 MaxSafeVectorWidthInBits = std::min(MaxSafeVectorWidthInBits, MaxVFInBits); in isDependent()