Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp92 MaxPrefetchIterationsAhead = 3; in initializeProperties()
113 MaxPrefetchIterationsAhead = 8; in initializeProperties()
121 MaxPrefetchIterationsAhead = 11; in initializeProperties()
137 MaxPrefetchIterationsAhead = 4; in initializeProperties()
H A DAArch64Subtarget.h181 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
337 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp53 static cl::opt<unsigned> MaxPrefetchIterationsAhead( variable
91 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
92 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()