Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h39 unsigned VectorizationFactor; member
DLoopAccessAnalysis.h78 static unsigned VectorizationFactor; member
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp31 VectorizationFactor("force-vector-width", cl::Hidden, variable
34 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp927 struct VectorizationFactor { struct in __anon76a8b82f0111::LoopVectorizationCostModel
928 unsigned Width; // Vector width with best cost
929 unsigned Cost; // Cost of the loop with that width