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

1 2

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 165 unsigned TargetTransformInfo::getJumpBufAlignment() const {
166 return TTIImpl->getJumpBufAlignment();
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 367 unsigned getJumpBufAlignment() const;
665 virtual unsigned getJumpBufAlignment() = 0;
    [all...]
TargetTransformInfoImpl.h 235 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
TargetTransformInfoImpl.h 251 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
TargetTransformInfoImpl.h 251 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
TargetTransformInfoImpl.h 251 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
TargetTransformInfoImpl.h 251 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 187 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 174 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 174 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 174 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 174 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 174 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 174 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 174 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 174 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 452 unsigned Align = TLI ? TLI->getJumpBufAlignment() : 0;

Completed in 386 milliseconds

1 2