/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 84 unsigned getPrefetchDistance() { in getPrefetchDistance() function in __anon38c73ee40111::LoopDataPrefetch 87 return TTI->getPrefetchDistance(); in getPrefetchDistance() 200 if (getPrefetchDistance() == 0) in run() 240 unsigned ItersAhead = getPrefetchDistance() / LoopSize; in runOnLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.h | 63 unsigned getPrefetchDistance() const override { return 2000; } in getPrefetchDistance() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.h | 71 unsigned getPrefetchDistance() const override;
|
D | HexagonTargetTransformInfo.cpp | 287 unsigned HexagonTTIImpl::getPrefetchDistance() const { in getPrefetchDistance() function in HexagonTTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.h | 85 unsigned getPrefetchDistance() const override;
|
D | PPCTargetTransformInfo.cpp | 651 unsigned PPCTTIImpl::getPrefetchDistance() const { in getPrefetchDistance() function in PPCTTIImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 259 virtual unsigned getPrefetchDistance() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 868 unsigned getPrefetchDistance() const; 1301 virtual unsigned getPrefetchDistance() const = 0; 1687 unsigned getPrefetchDistance() const override { in getPrefetchDistance() function 1688 return Impl.getPrefetchDistance(); in getPrefetchDistance()
|
D | TargetTransformInfoImpl.h | 426 unsigned getPrefetchDistance() const { return 0; } in getPrefetchDistance() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 332 unsigned MCSubtargetInfo::getPrefetchDistance() const { in getPrefetchDistance() function in MCSubtargetInfo
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 361 unsigned getPrefetchDistance() const override { return PrefetchDistance; } in getPrefetchDistance() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 529 unsigned TargetTransformInfo::getPrefetchDistance() const { in getPrefetchDistance() function in TargetTransformInfo 530 return TTIImpl->getPrefetchDistance(); in getPrefetchDistance()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 548 virtual unsigned getPrefetchDistance() const { in getPrefetchDistance() function 549 return getST()->getPrefetchDistance(); in getPrefetchDistance()
|