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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h241 virtual Optional<unsigned> getCacheLineSize(unsigned Level) const;
249 virtual unsigned getCacheLineSize() const { function in class:llvm::MCSubtargetInfo
250 Optional<unsigned> Size = getCacheLineSize(0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h75 unsigned getCacheLineSize() const override;
H A DHexagonTargetTransformInfo.cpp314 unsigned HexagonTTIImpl::getCacheLineSize() const { function in class:HexagonTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h91 unsigned getCacheLineSize() const override;
H A DPPCTargetTransformInfo.cpp674 unsigned PPCTTIImpl::getCacheLineSize() const { function in class:PPCTTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h66 unsigned getCacheLineSize() const override { return 256; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp216 assert(TTI->getCacheLineSize() && "Cache line size is not set for target");
354 if (PD < (int64_t) TTI->getCacheLineSize()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp540 unsigned CLS = TTI.getCacheLineSize();
647 return Representative->computeRefCost(L, TTI.getCacheLineSize());
H A DTargetTransformInfo.cpp603 unsigned TargetTransformInfo::getCacheLineSize() const { function in class:TargetTransformInfo
604 return TTIImpl->getCacheLineSize();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp328 Optional<unsigned> MCSubtargetInfo::getCacheLineSize(unsigned Level) const { function in class:MCSubtargetInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h387 unsigned getCacheLineSize() const override { return CacheLineSize; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h904 unsigned getCacheLineSize() const;
1382 virtual unsigned getCacheLineSize() const = 0;
1767 unsigned getCacheLineSize() const override { return Impl.getCacheLineSize(); }
H A DTargetTransformInfoImpl.h339 unsigned getCacheLineSize() const { return 0; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h504 virtual unsigned getCacheLineSize() const { function in class:llvm::BasicTTIImplBase
505 return getST()->getCacheLineSize();

Completed in 514 milliseconds