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

  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 108 unsigned getMaxPrefetchIterationsAhead() {
111 return TTI->getMaxPrefetchIterationsAhead();
210 if (ItersAhead > getMaxPrefetchIterationsAhead())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 90 unsigned getMaxPrefetchIterationsAhead() {
93 return TTI->getMaxPrefetchIterationsAhead();
244 if (ItersAhead > getMaxPrefetchIterationsAhead())
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 140 unsigned getMaxPrefetchIterationsAhead();
AArch64Subtarget.h 200 unsigned getMaxPrefetchIterationsAhead() const {
AArch64TargetTransformInfo.cpp 640 unsigned AArch64TTIImpl::getMaxPrefetchIterationsAhead() {
641 return ST->getMaxPrefetchIterationsAhead();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 161 unsigned getMaxPrefetchIterationsAhead();
AArch64Subtarget.h 278 unsigned getMaxPrefetchIterationsAhead() const {
AArch64TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 264 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const {
265 return TTIImpl->getMaxPrefetchIterationsAhead();
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 479 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
TargetTransformInfoImpl.h 289 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h     [all...]
TargetTransformInfoImpl.h 395 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 379 unsigned TargetTransformInfo::getMaxPrefetchIterationsAhead() const {
380 return TTIImpl->getMaxPrefetchIterationsAhead();
    [all...]

Completed in 530 milliseconds