Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp355 unsigned MCSubtargetInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in MCSubtargetInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp94 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anon7e7bb6630111::LoopDataPrefetch
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h423 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h443 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
H A DTargetTransformInfo.h2072 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h638 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp645 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo