HomeSort by: relevance | last modified time | path
    Searched refs:MaxPrefetchIterationsAhead (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 120 MaxPrefetchIterationsAhead = 4;
131 MaxPrefetchIterationsAhead = 3;
146 MaxPrefetchIterationsAhead = 8;
154 MaxPrefetchIterationsAhead = 11;
178 MaxPrefetchIterationsAhead = 4;
204 MaxPrefetchIterationsAhead = 4;
AArch64Subtarget.h 250 unsigned MaxPrefetchIterationsAhead = UINT_MAX;
424 return MaxPrefetchIterationsAhead;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 53 static cl::opt<unsigned> MaxPrefetchIterationsAhead(
95 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0)
96 return MaxPrefetchIterationsAhead;

Completed in 61 milliseconds