Home
last modified time | relevance | path

Searched defs:getPrefetchDistance (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.cpp94 unsigned LoongArchTTIImpl::getPrefetchDistance() const { return 200; } in getPrefetchDistance() function in LoongArchTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h78 unsigned getPrefetchDistance() const override { return 4500; } in getPrefetchDistance() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp87 unsigned getPrefetchDistance() { in getPrefetchDistance() function in __anon0c2e89580111::LoopDataPrefetch
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp388 unsigned MCSubtargetInfo::getPrefetchDistance() const { in getPrefetchDistance() function in MCSubtargetInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h254 unsigned getPrefetchDistance() const override { return PrefetchDistance; } in getPrefetchDistance() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h349 unsigned getPrefetchDistance() const override { in getPrefetchDistance() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp358 unsigned HexagonTTIImpl::getPrefetchDistance() const { in getPrefetchDistance() function in HexagonTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp514 unsigned PPCTTIImpl::getPrefetchDistance() const { in getPrefetchDistance() function in PPCTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1475 unsigned GCNTTIImpl::getPrefetchDistance() const { in getPrefetchDistance() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h829 virtual unsigned getPrefetchDistance() const override { in getPrefetchDistance() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h644 virtual unsigned getPrefetchDistance() const { return 0; } in getPrefetchDistance() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp848 unsigned TargetTransformInfo::getPrefetchDistance() const { in getPrefetchDistance() function in TargetTransformInfo