Searched refs:getPrefetchDistance (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp88 unsigned getPrefetchDistance() { function in class:__anon4647::LoopDataPrefetch
91 return TTI->getPrefetchDistance();
214 if (getPrefetchDistance() == 0)
304 unsigned ItersAhead = getPrefetchDistance() / LoopSize;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h74 unsigned getPrefetchDistance() const override;
H A DHexagonTargetTransformInfo.cpp310 unsigned HexagonTTIImpl::getPrefetchDistance() const { function in class:HexagonTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h259 virtual unsigned getPrefetchDistance() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h92 unsigned getPrefetchDistance() const override;
H A DPPCTargetTransformInfo.cpp691 unsigned PPCTTIImpl::getPrefetchDistance() const { function in class:PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h67 unsigned getPrefetchDistance() const override { return 4500; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp332 unsigned MCSubtargetInfo::getPrefetchDistance() const { function in class:MCSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h388 unsigned getPrefetchDistance() const override { return PrefetchDistance; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h925 unsigned getPrefetchDistance() const;
1389 virtual unsigned getPrefetchDistance() const = 0;
1777 unsigned getPrefetchDistance() const override {
1778 return Impl.getPrefetchDistance();
H A DTargetTransformInfoImpl.h364 unsigned getPrefetchDistance() const { return 0; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp617 unsigned TargetTransformInfo::getPrefetchDistance() const { function in class:TargetTransformInfo
618 return TTIImpl->getPrefetchDistance();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h508 virtual unsigned getPrefetchDistance() const { function in class:llvm::BasicTTIImplBase
509 return getST()->getPrefetchDistance();

Completed in 209 milliseconds