HomeSort by relevance Sort by last modified time
    Searched defs:getJumpBufSize (Results 1 - 25 of 46) 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/
TargetTransformInfoImpl.h 237 unsigned getJumpBufSize() { return 0; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 189 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 253 unsigned getJumpBufSize() { return 0; }
  /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-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 253 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 176 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 270 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 238 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 270 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 238 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 279 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 285 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 279 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
BasicTTIImpl.h 285 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 279 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
BasicTTIImpl.h 285 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 279 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
BasicTTIImpl.h 285 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 270 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 238 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 270 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 238 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 279 unsigned getJumpBufSize() { return 0; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 285 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
    [all...]

Completed in 988 milliseconds

1 2