Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h44 static const unsigned MaxVectorWidth; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp103 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams
1307 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes); in couldPreventStoreLoadForward()
1329 VectorizerParams::MaxVectorWidth * TypeByteSize) in couldPreventStoreLoadForward()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp56 return isPowerOf2_32(Val) && Val <= VectorizerParams::MaxVectorWidth; in validate()