Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h41 unsigned VectorizationFactor; member
DLoopAccessAnalysis.h79 static unsigned VectorizationFactor; member
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp33 VectorizationFactor("force-vector-width", cl::Hidden, variable
36 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1612 struct VectorizationFactor { struct in __anonfb91178e0111::LoopVectorizationCostModel
1613 unsigned Width; // Vector width with best cost
1614 unsigned Cost; // Cost of the loop with that width