| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 248 virtual Optional<unsigned> getCacheLineSize(unsigned Level) const; 256 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function 257 Optional<unsigned> Size = getCacheLineSize(0); in getCacheLineSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 218 assert(TTI->getCacheLineSize() && "Cache line size is not set for target"); in run() 356 if (PD < (int64_t) TTI->getCacheLineSize()) { in runOnLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 70 unsigned getCacheLineSize() const override { return 256; } in getCacheLineSize() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 75 unsigned getCacheLineSize() const override;
|
| H A D | HexagonTargetTransformInfo.cpp | 339 unsigned HexagonTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in HexagonTTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 99 unsigned getCacheLineSize() const override;
|
| H A D | PPCTargetTransformInfo.cpp | 892 unsigned PPCTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in PPCTTIImpl
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 541 unsigned CLS = TTI.getCacheLineSize(); in populateReferenceGroups() 648 return Representative->computeRefCost(L, TTI.getCacheLineSize()); in computeRefGroupCacheCost()
|
| H A D | TargetTransformInfo.cpp | 617 unsigned TargetTransformInfo::getCacheLineSize() const { in getCacheLineSize() function in TargetTransformInfo 618 return TTIImpl->getCacheLineSize(); in getCacheLineSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 347 Optional<unsigned> MCSubtargetInfo::getCacheLineSize(unsigned Level) const { in getCacheLineSize() function in MCSubtargetInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 428 unsigned getCacheLineSize() const override { return CacheLineSize; } in getCacheLineSize() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 936 unsigned getCacheLineSize() const; 1572 virtual unsigned getCacheLineSize() const = 0; 2033 unsigned getCacheLineSize() const override { return Impl.getCacheLineSize(); } in getCacheLineSize() function
|
| H A D | TargetTransformInfoImpl.h | 412 unsigned getCacheLineSize() const { return 0; } in getCacheLineSize() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 622 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function 623 return getST()->getCacheLineSize(); in getCacheLineSize()
|