HomeSort by relevance Sort by last modified time
    Searched defs:getJumpBufAlignment (Results 1 - 25 of 46) 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/
TargetTransformInfoImpl.h 235 unsigned getJumpBufAlignment() { return 0; }
  /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/Analysis/
TargetTransformInfoImpl.h 251 unsigned getJumpBufAlignment() { return 0; }
  /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-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 251 unsigned getJumpBufAlignment() { return 0; }
  /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/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 268 unsigned getJumpBufAlignment() { return 0; }
  /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/Analysis/
TargetTransformInfoImpl.h 268 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 236 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 283 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
BasicTTIImpl.h 283 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
BasicTTIImpl.h 283 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
BasicTTIImpl.h 283 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 268 unsigned getJumpBufAlignment() { return 0; }
  /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/Analysis/
TargetTransformInfoImpl.h 268 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 236 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 unsigned getJumpBufAlignment() { return 0; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
BasicTTIImpl.h 283 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]

Completed in 2101 milliseconds

1 2