Home
last modified time | relevance | path

Searched defs:VectorizationFactor (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h169 struct VectorizationFactor { struct
176 static VectorizationFactor Disabled() { return {1, 0}; } in Disabled() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h31 unsigned VectorizationFactor; member
DLoopAccessAnalysis.h47 static unsigned VectorizationFactor; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp75 VectorizationFactor("force-vector-width", cl::Hidden, variable
78 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams