Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp108 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anon4518d2a10111::LoopDataPrefetch
111 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
210 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp90 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anon950776030111::LoopDataPrefetch
93 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
244 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp94 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anona981c58f0111::LoopDataPrefetch
97 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
308 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h264 virtual unsigned getMaxPrefetchIterationsAhead() const;
/external/llvm-project/llvm/include/llvm/MC/
DMCSubtargetInfo.h268 virtual unsigned getMaxPrefetchIterationsAhead() const;
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp264 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
265 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/external/llvm-project/llvm/lib/MC/
DMCSubtargetInfo.cpp352 unsigned MCSubtargetInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in MCSubtargetInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp336 unsigned MCSubtargetInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in MCSubtargetInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h363 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h879 unsigned getMaxPrefetchIterationsAhead() const;
1312 virtual unsigned getMaxPrefetchIterationsAhead() const = 0;
1701 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
1702 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
DTargetTransformInfoImpl.h428 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h403 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h992 unsigned getMaxPrefetchIterationsAhead() const;
1520 virtual unsigned getMaxPrefetchIterationsAhead() const = 0;
1947 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
1948 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
DTargetTransformInfoImpl.h397 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp537 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
538 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp669 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
670 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h556 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
557 return getST()->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h555 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
556 return getST()->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()