Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp145 MaxPrefetchIterationsAhead = 4; in initializeProperties()
157 MaxPrefetchIterationsAhead = 3; in initializeProperties()
172 MaxPrefetchIterationsAhead = 8; in initializeProperties()
180 MaxPrefetchIterationsAhead = 11; in initializeProperties()
221 MaxPrefetchIterationsAhead = 4; in initializeProperties()
247 MaxPrefetchIterationsAhead = 4; in initializeProperties()
H A DAArch64Subtarget.h104 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
223 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/llvm-project-15.0.7/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()