Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp94 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anon7e5530200111::LoopDataPrefetch
97 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
316 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h275 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h282 virtual unsigned getMaxPrefetchIterationsAhead() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h271 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp357 unsigned MCSubtargetInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in MCSubtargetInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1215 unsigned getMaxPrefetchIterationsAhead() const;
1957 virtual unsigned getMaxPrefetchIterationsAhead() const = 0;
2561 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
2562 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
H A DTargetTransformInfoImpl.h521 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp790 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
791 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h727 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
728 return getST()->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()