Home
last modified time | relevance | path

Searched refs:NumPrefetches (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp57 STATISTIC(NumPrefetches, "Number of prefetches inserted");
80 unsigned NumPrefetches, in getMinPrefetchStride() argument
85 NumPrefetches, HasCall); in getMinPrefetchStride()
415 ++NumPrefetches; in runOnLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h271 unsigned NumPrefetches, in getMinPrefetchStride() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h78 unsigned NumPrefetches,
H A DSystemZTargetTransformInfo.cpp382 unsigned NumPrefetches, in getMinPrefetchStride() argument
385 if (NumPrefetches > 16) in getMinPrefetchStride()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h293 unsigned NumPrefetches,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h267 unsigned NumPrefetches, in getMinPrefetchStride() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp367 unsigned NumPrefetches, in getMinPrefetchStride() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1210 unsigned NumPrefetches, bool HasCall) const;
1951 unsigned NumPrefetches,
2552 unsigned NumPrefetches, in getMinPrefetchStride() argument
2555 NumPrefetches, HasCall); in getMinPrefetchStride()
H A DTargetTransformInfoImpl.h518 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp785 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
787 NumPrefetches, HasCall); in getMinPrefetchStride()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h721 unsigned NumPrefetches, in getMinPrefetchStride() argument
724 NumPrefetches, HasCall); in getMinPrefetchStride()