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

1 2 3

  /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-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 453 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 453 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 422 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfo.h 453 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfo.h 453 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 524 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 524 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 524 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 524 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfo.h 524 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfo.h 524 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfo.h 524 unsigned getJumpBufAlignment() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfo.h 524 unsigned getJumpBufAlignment() const;
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 187 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/darwin-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 236 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 236 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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 236 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 236 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 664 milliseconds

1 2 3