Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp174 MaxPrefetchIterationsAhead = 4; in initializeProperties()
190 MaxPrefetchIterationsAhead = 3; in initializeProperties()
216 MaxPrefetchIterationsAhead = 8; in initializeProperties()
224 MaxPrefetchIterationsAhead = 11; in initializeProperties()
269 MaxPrefetchIterationsAhead = 4; in initializeProperties()
295 MaxPrefetchIterationsAhead = 4; in initializeProperties()
H A DAArch64Subtarget.h64 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
236 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h50 unsigned MaxPrefetchIterationsAhead; member
298 return TuneInfo->MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
H A DRISCVProcessors.td21 bits<32> MaxPrefetchIterationsAhead = -1;
31 "MinPrefetchStride", "MaxPrefetchIterationsAhead",
/freebsd/contrib/llvm-project/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()