Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp160 MaxPrefetchIterationsAhead = 4; in initializeProperties()
174 MaxPrefetchIterationsAhead = 3; in initializeProperties()
198 MaxPrefetchIterationsAhead = 8; in initializeProperties()
206 MaxPrefetchIterationsAhead = 11; in initializeProperties()
248 MaxPrefetchIterationsAhead = 4; in initializeProperties()
274 MaxPrefetchIterationsAhead = 4; in initializeProperties()
H A DAArch64Subtarget.h110 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
242 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/openbsd-src/gnu/llvm/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()