/external/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 108 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/ |
D | LoopDataPrefetch.cpp | 90 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/ |
D | LoopDataPrefetch.cpp | 94 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/ |
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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 264 virtual unsigned getMaxPrefetchIterationsAhead() const;
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSubtargetInfo.h | 268 virtual unsigned getMaxPrefetchIterationsAhead() const;
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 264 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo 265 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 352 unsigned MCSubtargetInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in MCSubtargetInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 336 unsigned MCSubtargetInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in MCSubtargetInfo
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 363 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 879 unsigned getMaxPrefetchIterationsAhead() const; 1312 virtual unsigned getMaxPrefetchIterationsAhead() const = 0; 1701 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function 1702 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
D | TargetTransformInfoImpl.h | 428 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 403 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 992 unsigned getMaxPrefetchIterationsAhead() const; 1520 virtual unsigned getMaxPrefetchIterationsAhead() const = 0; 1947 unsigned getMaxPrefetchIterationsAhead() const override { in getMaxPrefetchIterationsAhead() function 1948 return Impl.getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
D | TargetTransformInfoImpl.h | 397 unsigned getMaxPrefetchIterationsAhead() const { return UINT_MAX; } in getMaxPrefetchIterationsAhead() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 537 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function in TargetTransformInfo 538 return TTIImpl->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 669 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/ |
D | BasicTTIImpl.h | 556 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function 557 return getST()->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 555 virtual unsigned getMaxPrefetchIterationsAhead() const { in getMaxPrefetchIterationsAhead() function 556 return getST()->getMaxPrefetchIterationsAhead(); in getMaxPrefetchIterationsAhead()
|