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

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h72 unsigned getCacheLineSize() const override;
H A DHexagonTargetTransformInfo.cpp291 unsigned HexagonTTIImpl::getCacheLineSize() const { function in class:HexagonTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h62 unsigned getCacheLineSize() const override { return 256; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h85 unsigned getCacheLineSize() const override;
H A DPPCTargetTransformInfo.cpp655 unsigned PPCTTIImpl::getCacheLineSize() const { function in class:PPCTTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp202 assert(TTI->getCacheLineSize() && "Cache line size is not set for target");
292 if (PD < (int64_t) TTI->getCacheLineSize()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp518 unsigned CLS = TTI.getCacheLineSize();
613 return Representative->computeRefCost(L, TTI.getCacheLineSize());
H A DTargetTransformInfo.cpp515 unsigned TargetTransformInfo::getCacheLineSize() const { function in class:TargetTransformInfo
516 return TTIImpl->getCacheLineSize();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp328 Optional<unsigned> MCSubtargetInfo::getCacheLineSize(unsigned Level) const { function in class:MCSubtargetInfo
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h361 unsigned getCacheLineSize() const override { return CacheLineSize; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h847 unsigned getCacheLineSize() const;
1294 virtual unsigned getCacheLineSize() const = 0;
1675 unsigned getCacheLineSize() const override {
1676 return Impl.getCacheLineSize();
H A DTargetTransformInfoImpl.h402 unsigned getCacheLineSize() const { return 0; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h544 virtual unsigned getCacheLineSize() const { function in class:llvm::BasicTTIImplBase
545 return getST()->getCacheLineSize();

Completed in 228 milliseconds