Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp90 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anon031a9abd0111::LoopDataPrefetch
93 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
244 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h163 unsigned getMaxPrefetchIterationsAhead();
H A DAArch64Subtarget.h336 unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
H A DAArch64TargetTransformInfo.cpp893 unsigned AArch64TTIImpl::getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in AArch64TTIImpl
894 return ST->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h744 unsigned getMaxPrefetchIterationsAhead() const;
1128 virtual unsigned getMaxPrefetchIterationsAhead() = 0;
1449 unsigned getMaxPrefetchIterationsAhead() override { in getMaxPrefetchIterationsAhead() function
1450 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
H A DTargetTransformInfoImpl.h400 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp383 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
384 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()