Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp60 MaxPrefetchIterationsAhead = 3; in initializeProperties()
75 MaxPrefetchIterationsAhead = 11; in initializeProperties()
DAArch64Subtarget.h91 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
201 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp56 static cl::opt<unsigned> MaxPrefetchIterationsAhead( variable
109 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
110 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()