HomeSort by relevance Sort by last modified time
    Searched refs:VectorizerParams (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 33 cl::location(VectorizerParams::VectorizationFactor));
34 unsigned VectorizerParams::VectorizationFactor;
41 VectorizerParams::VectorizationInterleave));
42 unsigned VectorizerParams::VectorizationInterleave;
48 cl::location(VectorizerParams::RuntimeMemoryCheckThreshold), cl::init(8));
49 unsigned VectorizerParams::RuntimeMemoryCheckThreshold;
59 const unsigned VectorizerParams::MaxVectorWidth = 64;
68 bool VectorizerParams::isInterleaveForced() {
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 74 struct VectorizerParams {
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1749 milliseconds