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

1 2

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 169 unsigned TargetTransformInfo::getJumpBufSize() const {
170 return TTIImpl->getJumpBufSize();
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 370 unsigned getJumpBufSize() const;
666 virtual unsigned getJumpBufSize() = 0;
    [all...]
TargetTransformInfoImpl.h 237 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 425 unsigned getJumpBufSize() const;
    [all...]
TargetTransformInfoImpl.h 253 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 425 unsigned getJumpBufSize() const;
    [all...]
TargetTransformInfoImpl.h 253 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 425 unsigned getJumpBufSize() const;
    [all...]
TargetTransformInfoImpl.h 253 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 425 unsigned getJumpBufSize() const;
    [all...]
TargetTransformInfoImpl.h 253 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 425 unsigned getJumpBufSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 425 unsigned getJumpBufSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 425 unsigned getJumpBufSize() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 425 unsigned getJumpBufSize() const;
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 189 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 176 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 176 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 176 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 176 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 176 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 176 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 176 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 176 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 126 unsigned JBSize = TLI ? TLI->getJumpBufSize() : 0;

Completed in 392 milliseconds

1 2