Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp123 MaxPrefetchIterationsAhead = 3; in initializeProperties()
138 MaxPrefetchIterationsAhead = 8; in initializeProperties()
146 MaxPrefetchIterationsAhead = 11; in initializeProperties()
170 MaxPrefetchIterationsAhead = 4; in initializeProperties()
196 MaxPrefetchIterationsAhead = 4; in initializeProperties()
DAArch64Subtarget.h232 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
404 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp99 MaxPrefetchIterationsAhead = 3; in initializeProperties()
114 MaxPrefetchIterationsAhead = 8; in initializeProperties()
122 MaxPrefetchIterationsAhead = 11; in initializeProperties()
144 MaxPrefetchIterationsAhead = 4; in initializeProperties()
DAArch64Subtarget.h204 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
364 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-10.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()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp53 static cl::opt<unsigned> MaxPrefetchIterationsAhead( variable
95 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
96 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()