Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h170 struct VectorizationFactor { struct
172 unsigned Width;
174 unsigned Cost;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/
DOptReport.cpp97 int VectorizationFactor = 1; member
165 int VectorizationFactor = 1; in collectLocationInfo() local
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h41 unsigned VectorizationFactor; member
DLoopAccessAnalysis.h79 static unsigned VectorizationFactor; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h31 unsigned VectorizationFactor; member
DLoopAccessAnalysis.h48 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp75 VectorizationFactor("force-vector-width", cl::Hidden, variable
78 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1612 struct VectorizationFactor { struct in __anon63bf7e8f0111::LoopVectorizationCostModel
1613 unsigned Width; // Vector width with best cost
1614 unsigned Cost; // Cost of the loop with that width