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

1 2

  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 108 unsigned getMaxPrefetchIterationsAhead() {
111 return TTI->getMaxPrefetchIterationsAhead();
210 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/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; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 555 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
TargetTransformInfoImpl.h 321 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 592 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
TargetTransformInfoImpl.h 342 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 592 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
TargetTransformInfoImpl.h 342 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 555 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 592 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 592 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 679 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
TargetTransformInfoImpl.h 374 unsigned getMaxPrefetchIterationsAhead() { return UINT_MAX; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 679 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 679 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 679 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 679 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 679 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 679 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 679 unsigned getMaxPrefetchIterationsAhead() const;
    [all...]

Completed in 94 milliseconds

1 2