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 __anon4f2b2c700111::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 __anon4121fb920111::LoopDataPrefetch
93 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
244 if (ItersAhead > getMaxPrefetchIterationsAhead()) in runOnLoop()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp94 unsigned getMaxPrefetchIterationsAhead() { in getMaxPrefetchIterationsAhead() function in __anon61c4f9180111::LoopDataPrefetch
97 return TTI->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
316 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h272 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h241 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCSubtargetInfo.cpp357 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1069 unsigned getMaxPrefetchIterationsAhead() const;
1761 virtual unsigned getMaxPrefetchIterationsAhead() const = 0;
2314 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
2315 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
DTargetTransformInfoImpl.h490 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp719 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo
720 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
/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/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h693 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function
694 return getST()->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()