Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h76 static const unsigned MaxVectorWidth; member
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp61 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams
1117 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1138 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1046 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()