Searched refs:getCacheLineSize (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h259 virtual std::optional<unsigned> getCacheLineSize(unsigned Level) const;
267 virtual unsigned getCacheLineSize() const { function in class:llvm::MCSubtargetInfo
268 std::optional<unsigned> Size = getCacheLineSize(0);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h74 unsigned getCacheLineSize() const override { return 256; }
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp217 if (getPrefetchDistance() == 0 || TTI->getCacheLineSize() == 0) {
362 if (PD < (int64_t) TTI->getCacheLineSize()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h77 unsigned getCacheLineSize() const override;
H A DHexagonTargetTransformInfo.cpp374 unsigned HexagonTTIImpl::getCacheLineSize() const { function in class:HexagonTTIImpl
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h100 unsigned getCacheLineSize() const override;
H A DPPCTargetTransformInfo.cpp501 unsigned PPCTTIImpl::getCacheLineSize() const { function in class:PPCTTIImpl
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h259 unsigned getCacheLineSize() const override { return 128; }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h263 unsigned getCacheLineSize() const override {
H A DRISCVInstrInfo.cpp2292 BaseOps1.front()->getParent()->getMF()->getSubtarget().getCacheLineSize();
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp617 unsigned CLS = TTI.getCacheLineSize();
724 return Representative->computeRefCost(L, TTI.getCacheLineSize());
H A DTargetTransformInfo.cpp759 unsigned TargetTransformInfo::getCacheLineSize() const { function in class:TargetTransformInfo
761 : TTIImpl->getCacheLineSize();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h263 unsigned getCacheLineSize() const override { return CacheLineSize; }
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp349 MCSubtargetInfo::getCacheLineSize(unsigned Level) const { function in class:MCSubtargetInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1165 unsigned getCacheLineSize() const;
1932 virtual unsigned getCacheLineSize() const = 0;
2528 unsigned getCacheLineSize() const override { return Impl.getCacheLineSize(); }
H A DTargetTransformInfoImpl.h489 unsigned getCacheLineSize() const { return 0; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h711 virtual unsigned getCacheLineSize() const { function in class:llvm::BasicTTIImplBase
712 return getST()->getCacheLineSize();

Completed in 313 milliseconds