| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSubtargetInfo.h | 259 virtual std::optional<unsigned> getCacheLineSize(unsigned Level) const; 267 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function 268 std::optional<unsigned> Size = getCacheLineSize(0); in getCacheLineSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDataPrefetch.cpp | 217 if (getPrefetchDistance() == 0 || TTI->getCacheLineSize() == 0) { in run() 362 if (PD < (int64_t) TTI->getCacheLineSize()) { in runOnLoop()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.h | 263 unsigned getCacheLineSize() const override { in getCacheLineSize() function
|
| H A D | RISCVInstrInfo.cpp | 2292 BaseOps1.front()->getParent()->getMF()->getSubtarget().getCacheLineSize(); in shouldClusterMemOps()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.h | 74 unsigned getCacheLineSize() const override { return 256; } in getCacheLineSize() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.h | 77 unsigned getCacheLineSize() const override;
|
| H A D | HexagonTargetTransformInfo.cpp | 374 unsigned HexagonTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in HexagonTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.h | 100 unsigned getCacheLineSize() const override;
|
| H A D | PPCTargetTransformInfo.cpp | 501 unsigned PPCTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in PPCTTIImpl
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 617 unsigned CLS = TTI.getCacheLineSize(); in populateReferenceGroups() 724 return Representative->computeRefCost(L, TTI.getCacheLineSize()); in computeRefGroupCacheCost()
|
| H A D | TargetTransformInfo.cpp | 759 unsigned TargetTransformInfo::getCacheLineSize() const { in getCacheLineSize() function in TargetTransformInfo 761 : TTIImpl->getCacheLineSize(); in getCacheLineSize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetTransformInfo.h | 259 unsigned getCacheLineSize() const override { return 128; } in getCacheLineSize() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 263 unsigned getCacheLineSize() const override { return CacheLineSize; } in getCacheLineSize() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSubtargetInfo.cpp | 349 MCSubtargetInfo::getCacheLineSize(unsigned Level) const { in getCacheLineSize() function in MCSubtargetInfo
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1165 unsigned getCacheLineSize() const; 1932 virtual unsigned getCacheLineSize() const = 0; 2528 unsigned getCacheLineSize() const override { return Impl.getCacheLineSize(); } in getCacheLineSize() function
|
| H A D | TargetTransformInfoImpl.h | 489 unsigned getCacheLineSize() const { return 0; } in getCacheLineSize() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 711 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function 712 return getST()->getCacheLineSize(); in getCacheLineSize()
|