Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h241 virtual Optional<unsigned> getCacheLineSize(unsigned Level) const;
249 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function
250 Optional<unsigned> Size = getCacheLineSize(0); in getCacheLineSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp202 assert(TTI->getCacheLineSize() && "Cache line size is not set for target"); in run()
292 if (PD < (int64_t) TTI->getCacheLineSize()) { in runOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h62 unsigned getCacheLineSize() const override { return 256; } in getCacheLineSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.h72 unsigned getCacheLineSize() const override;
DHexagonTargetTransformInfo.cpp291 unsigned HexagonTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in HexagonTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h84 unsigned getCacheLineSize() const override;
DPPCTargetTransformInfo.cpp635 unsigned PPCTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in PPCTTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp518 unsigned CLS = TTI.getCacheLineSize(); in populateReferenceGroups()
613 return Representative->computeRefCost(L, TTI.getCacheLineSize()); in computeRefGroupCacheCost()
DTargetTransformInfo.cpp515 unsigned TargetTransformInfo::getCacheLineSize() const { in getCacheLineSize() function in TargetTransformInfo
516 return TTIImpl->getCacheLineSize(); in getCacheLineSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h847 unsigned getCacheLineSize() const;
1294 virtual unsigned getCacheLineSize() const = 0;
1675 unsigned getCacheLineSize() const override { in getCacheLineSize() function
1676 return Impl.getCacheLineSize(); in getCacheLineSize()
DTargetTransformInfoImpl.h402 unsigned getCacheLineSize() const { return 0; } in getCacheLineSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp328 Optional<unsigned> MCSubtargetInfo::getCacheLineSize(unsigned Level) const { in getCacheLineSize() function in MCSubtargetInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h360 unsigned getCacheLineSize() const override { return CacheLineSize; } in getCacheLineSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h544 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function
545 return getST()->getCacheLineSize(); in getCacheLineSize()