Home
last modified time | relevance | path

Searched refs:getJumpBufAlignment (Results 1 – 7 of 7) 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/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h187 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); } 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