Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp56 STATISTIC(NumPrefetches, "Number of prefetches inserted");
79 unsigned NumPrefetches, in getMinPrefetchStride() argument
84 NumPrefetches, HasCall); in getMinPrefetchStride()
410 ++NumPrefetches; in runOnLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h324 unsigned NumPrefetches,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h81 unsigned NumPrefetches,
H A DSystemZTargetTransformInfo.cpp466 unsigned NumPrefetches, in getMinPrefetchStride() argument
469 if (NumPrefetches > 16) in getMinPrefetchStride()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h354 unsigned NumPrefetches, in getMinPrefetchStride() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h257 unsigned NumPrefetches, in getMinPrefetchStride() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp402 unsigned NumPrefetches, in getMinPrefetchStride() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp854 unsigned NumPrefetches, bool HasCall) const { in getMinPrefetchStride() argument
856 NumPrefetches, HasCall); in getMinPrefetchStride()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1311 unsigned NumPrefetches,
H A DTargetTransformInfoImpl.h647 unsigned NumPrefetches, in getMinPrefetchStride() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h835 unsigned NumPrefetches, in getMinPrefetchStride() argument
838 NumPrefetches, HasCall); in getMinPrefetchStride()