Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp94 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anona282ec880111::LoopDataPrefetch
97 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
316 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h272 virtual unsigned getMaxPrefetchIterationsAhead() const;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h222 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSubtargetInfo.cpp355 unsigned MCSubtargetInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in MCSubtargetInfo
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1040 unsigned getMaxPrefetchIterationsAhead() const;
1707 virtual unsigned getMaxPrefetchIterationsAhead() const = 0;
2230 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
2231 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
H A DTargetTransformInfoImpl.h476 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp699 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
700 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h678 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
679 return getST()->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()