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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 74 MaxPrefetchIterationsAhead = 3;
99 MaxPrefetchIterationsAhead = 8;
112 MaxPrefetchIterationsAhead = 11;
123 MaxPrefetchIterationsAhead = 4;
AArch64Subtarget.h 134 unsigned MaxPrefetchIterationsAhead = UINT_MAX;
279 return MaxPrefetchIterationsAhead;
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 60 MaxPrefetchIterationsAhead = 3;
75 MaxPrefetchIterationsAhead = 11;
AArch64Subtarget.h 91 unsigned MaxPrefetchIterationsAhead = UINT_MAX;
201 return MaxPrefetchIterationsAhead;
  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 56 static cl::opt<unsigned> MaxPrefetchIterationsAhead(
109 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0)
110 return MaxPrefetchIterationsAhead;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 53 static cl::opt<unsigned> MaxPrefetchIterationsAhead(
91 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0)
92 return MaxPrefetchIterationsAhead;

Completed in 603 milliseconds