| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCSubtargetInfo.h | 241 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/ |
| D | LoopDataPrefetch.cpp | 202 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/ |
| D | SystemZTargetTransformInfo.h | 62 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/ |
| D | HexagonTargetTransformInfo.h | 72 unsigned getCacheLineSize() const override;
|
| D | HexagonTargetTransformInfo.cpp | 291 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/ |
| D | PPCTargetTransformInfo.h | 84 unsigned getCacheLineSize() const override;
|
| D | PPCTargetTransformInfo.cpp | 635 unsigned PPCTTIImpl::getCacheLineSize() const { in getCacheLineSize() function in PPCTTIImpl
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | LoopCacheAnalysis.cpp | 518 unsigned CLS = TTI.getCacheLineSize(); in populateReferenceGroups() 613 return Representative->computeRefCost(L, TTI.getCacheLineSize()); in computeRefGroupCacheCost()
|
| D | TargetTransformInfo.cpp | 515 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/ |
| D | TargetTransformInfo.h | 847 unsigned getCacheLineSize() const; 1294 virtual unsigned getCacheLineSize() const = 0; 1675 unsigned getCacheLineSize() const override { in getCacheLineSize() function 1676 return Impl.getCacheLineSize(); in getCacheLineSize()
|
| D | TargetTransformInfoImpl.h | 402 unsigned getCacheLineSize() const { return 0; } in getCacheLineSize() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCSubtargetInfo.cpp | 328 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/ |
| D | AArch64Subtarget.h | 360 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/ |
| D | BasicTTIImpl.h | 544 virtual unsigned getCacheLineSize() const { in getCacheLineSize() function 545 return getST()->getCacheLineSize(); in getCacheLineSize()
|