Home
last modified time | relevance | path

Searched refs:getJumpBufAlignment (Results 1 – 12 of 12) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h367 unsigned getJumpBufAlignment() const;
665 virtual unsigned getJumpBufAlignment() = 0;
830 unsigned getJumpBufAlignment() override { return Impl.getJumpBufAlignment(); } in getJumpBufAlignment() function
DTargetTransformInfoImpl.h235 unsigned getJumpBufAlignment() { return 0; } in getJumpBufAlignment() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp165 unsigned TargetTransformInfo::getJumpBufAlignment() const { in getJumpBufAlignment() function in TargetTransformInfo
166 return TTIImpl->getJumpBufAlignment(); in getJumpBufAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h549 unsigned getJumpBufAlignment() const;
1057 virtual unsigned getJumpBufAlignment() = 0;
1310 unsigned getJumpBufAlignment() override { return Impl.getJumpBufAlignment(); } in getJumpBufAlignment() function
DTargetTransformInfoImpl.h287 unsigned getJumpBufAlignment() { return 0; } in getJumpBufAlignment() function
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h187 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); } in getJumpBufAlignment() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp224 unsigned TargetTransformInfo::getJumpBufAlignment() const { in getJumpBufAlignment() function in TargetTransformInfo
225 return TTIImpl->getJumpBufAlignment(); in getJumpBufAlignment()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h313 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); } in getJumpBufAlignment() function
DTargetLowering.h1407 unsigned getJumpBufAlignment() const { in getJumpBufAlignment() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp452 unsigned Align = TLI ? TLI->getJumpBufAlignment() : 0; in insertExpensiveEHSupport()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h704 unsigned getJumpBufAlignment() const { in getJumpBufAlignment() function
/external/llvm/include/llvm/Target/
DTargetLowering.h1048 unsigned getJumpBufAlignment() const { in getJumpBufAlignment() function