Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h39 static const unsigned MaxVectorWidth; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp101 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams
1317 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1339 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp76 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()