Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp74 MaxPrefetchIterationsAhead = 3; in initializeProperties()
99 MaxPrefetchIterationsAhead = 8; in initializeProperties()
112 MaxPrefetchIterationsAhead = 11; in initializeProperties()
123 MaxPrefetchIterationsAhead = 4; in initializeProperties()
DAArch64Subtarget.h134 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
279 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp53 static cl::opt<unsigned> MaxPrefetchIterationsAhead( variable
91 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
92 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()