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

  /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; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfo.h 549 unsigned getJumpBufAlignment() const;
    [all...]
TargetTransformInfoImpl.h 287 unsigned getJumpBufAlignment() { return 0; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 187 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LowerInvoke.cpp 452 unsigned Align = TLI ? TLI->getJumpBufAlignment() : 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 313 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); }
    [all...]
TargetLowering.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 224 unsigned TargetTransformInfo::getJumpBufAlignment() const {
225 return TTIImpl->getJumpBufAlignment();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 702 /// getJumpBufAlignment - returns the target's jmp_buf alignment in bytes
704 unsigned getJumpBufAlignment() const {
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 139 milliseconds