Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp108 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/
DLoopDataPrefetch.cpp90 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/
DTargetTransformInfo.h479 unsigned getMaxPrefetchIterationsAhead() const;
691 virtual unsigned getMaxPrefetchIterationsAhead() = 0;
889 unsigned getMaxPrefetchIterationsAhead() override { in getMaxPrefetchIterationsAhead() function
890 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
DTargetTransformInfoImpl.h289 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.h140 unsigned getMaxPrefetchIterationsAhead();
DAArch64Subtarget.h200 unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
DAArch64TargetTransformInfo.cpp640 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/
DAArch64TargetTransformInfo.h161 unsigned getMaxPrefetchIterationsAhead();
DAArch64Subtarget.h278 unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
DAArch64TargetTransformInfo.cpp889 unsigned AArch64TTIImpl::getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in AArch64TTIImpl
890 return ST->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp264 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/
DTargetTransformInfo.h735 unsigned getMaxPrefetchIterationsAhead() const;
1100 virtual unsigned getMaxPrefetchIterationsAhead() = 0;
1413 unsigned getMaxPrefetchIterationsAhead() override { in getMaxPrefetchIterationsAhead() function
1414 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
DTargetTransformInfoImpl.h395 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp379 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
380 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()