/external/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 108 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anona59283030111::LoopDataPrefetch 111 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead() 210 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 90 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anon1c0bd45b0111::LoopDataPrefetch 93 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead() 244 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 479 unsigned getMaxPrefetchIterationsAhead() const; 691 virtual unsigned getMaxPrefetchIterationsAhead() = 0; 889 unsigned getMaxPrefetchIterationsAhead() override { in getMaxPrefetchIterationsAhead() function 890 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
D | TargetTransformInfoImpl.h | 289 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 140 unsigned getMaxPrefetchIterationsAhead();
|
D | AArch64Subtarget.h | 200 unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
|
D | AArch64TargetTransformInfo.cpp | 640 unsigned AArch64TTIImpl::getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in AArch64TTIImpl 641 return ST->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.h | 161 unsigned getMaxPrefetchIterationsAhead();
|
D | AArch64Subtarget.h | 278 unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
|
D | AArch64TargetTransformInfo.cpp | 889 unsigned AArch64TTIImpl::getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in AArch64TTIImpl 890 return ST->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 264 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo 265 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 735 unsigned getMaxPrefetchIterationsAhead() const; 1100 virtual unsigned getMaxPrefetchIterationsAhead() = 0; 1413 unsigned getMaxPrefetchIterationsAhead() override { in getMaxPrefetchIterationsAhead() function 1414 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
D | TargetTransformInfoImpl.h | 395 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 379 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo 380 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|