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.cpp206 MaxPrefetchIterationsAhead = 4; in initializeProperties()
225 MaxPrefetchIterationsAhead = 3; in initializeProperties()
251 MaxPrefetchIterationsAhead = 8; in initializeProperties()
259 MaxPrefetchIterationsAhead = 11; in initializeProperties()
309 MaxPrefetchIterationsAhead = 4; in initializeProperties()
335 MaxPrefetchIterationsAhead = 4; in initializeProperties()
H A DAArch64Subtarget.h68 unsigned MaxPrefetchIterationsAhead = UINT_MAX; variable
262 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp52 static cl::opt<unsigned> MaxPrefetchIterationsAhead( variable
94 if (MaxPrefetchIterationsAhead.getNumOccurrences() > 0) in getMaxPrefetchIterationsAhead()
95 return MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h51 unsigned MaxPrefetchIterationsAhead; member
359 return TuneInfo->MaxPrefetchIterationsAhead; in getMaxPrefetchIterationsAhead()
H A DRISCVProcessors.td26 bits<32> MaxPrefetchIterationsAhead = -1;
55 "MaxPrefetchIterationsAhead", "MinimumJumpTableEntries",