Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopDataPrefetch.cpp94 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anonbbc6a0f10111::LoopDataPrefetch
97 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
316 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSubtargetInfo.h310 virtual unsigned getMaxPrefetchIterationsAhead() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVSubtarget.h297 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h235 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSubtargetInfo.cpp367 unsigned MCSubtargetInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in MCSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h1249 unsigned getMaxPrefetchIterationsAhead() const;
2026 virtual unsigned getMaxPrefetchIterationsAhead() const = 0;
2655 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
2656 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
HDTargetTransformInfoImpl.h542 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp820 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
821 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h740 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
741 return getST()->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()