HomeSort by relevance Sort by last modified time
    Searched defs:getMaxPrefetchIterationsAhead (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 108 unsigned getMaxPrefetchIterationsAhead() {
111 return TTI->getMaxPrefetchIterationsAhead();
210 if (ItersAhead > getMaxPrefetchIterationsAhead())
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 640 unsigned AArch64TTIImpl::getMaxPrefetchIterationsAhead() {
641 return ST->getMaxPrefetchIterationsAhead();
AArch64Subtarget.h 200 unsigned getMaxPrefetchIterationsAhead() const {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 264 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const {
265 return TTIImpl->getMaxPrefetchIterationsAhead();
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 289 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; }

Completed in 77 milliseconds