Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp108 MaxPrefetchIterationsAhead = 4; in initializeProperties()
119 MaxPrefetchIterationsAhead = 3; in initializeProperties()
134 MaxPrefetchIterationsAhead = 8; in initializeProperties()
142 MaxPrefetchIterationsAhead = 11; in initializeProperties()
166 MaxPrefetchIterationsAhead = 4; in initializeProperties()
192 MaxPrefetchIterationsAhead = 4; in initializeProperties()
H A DAArch64Subtarget.h258 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
437 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp55 static cl::opt<unsigned> MaxPrefetchIterationsAhead( variable
97 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
98 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()