Searched refs:MaxPrefetchIterationsAhead (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp99 MaxPrefetchIterationsAhead = 3;
114 MaxPrefetchIterationsAhead = 8;
122 MaxPrefetchIterationsAhead = 11;
144 MaxPrefetchIterationsAhead = 4;
170 MaxPrefetchIterationsAhead = 4;
H A DAArch64Subtarget.h205 unsigned MaxPrefetchIterationsAhead = UINT_MAX; member in class:llvm::final
365 return MaxPrefetchIterationsAhead;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp53 static cl::opt<unsigned> MaxPrefetchIterationsAhead(
91 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0)
92 return MaxPrefetchIterationsAhead;

Completed in 54 milliseconds