Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp94 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anonc994382f0111::LoopDataPrefetch
97 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
316 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h272 virtual unsigned getMaxPrefetchIterationsAhead() const;
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h241 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp357 unsigned MCSubtargetInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in MCSubtargetInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1069 unsigned getMaxPrefetchIterationsAhead() const;
1761 virtual unsigned getMaxPrefetchIterationsAhead() const = 0;
2314 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
2315 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
H A DTargetTransformInfoImpl.h490 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp719 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
720 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h693 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
694 return getST()->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()