Home
last modified time | relevance | path

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

/external/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
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h173 struct VectorizationFactor { struct
180 static VectorizationFactor Disabled() { in Disabled() argument
/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp100 int VectorizationFactor = 1; member
197 int VectorizationFactor = 1; in readLocationInfo() local
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h41 unsigned VectorizationFactor; member
DLoopAccessAnalysis.h79 static unsigned VectorizationFactor; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h31 unsigned VectorizationFactor; member
DLoopAccessAnalysis.h47 static unsigned VectorizationFactor; member
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h31 unsigned VectorizationFactor; member
DLoopAccessAnalysis.h42 static unsigned VectorizationFactor; member
/external/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp73 VectorizationFactor("force-vector-width", cl::Hidden, variable
76 unsigned VectorizerParams::VectorizationFactor; member in VectorizerParams
/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-10.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 __anonaac874760111::LoopVectorizationCostModel
1613 unsigned Width; // Vector width with best cost
1614 unsigned Cost; // Cost of the loop with that width