Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp120 MaxPrefetchIterationsAhead = 4; in initializeProperties()
131 MaxPrefetchIterationsAhead = 3; in initializeProperties()
146 MaxPrefetchIterationsAhead = 8; in initializeProperties()
154 MaxPrefetchIterationsAhead = 11; in initializeProperties()
178 MaxPrefetchIterationsAhead = 4; in initializeProperties()
204 MaxPrefetchIterationsAhead = 4; in initializeProperties()
H A DAArch64Subtarget.h250 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
424 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp53 static cl::opt<unsigned> MaxPrefetchIterationsAhead( variable
95 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
96 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()