Searched refs:getJumpBufAlignment (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp136 unsigned TargetTransformInfo::getJumpBufAlignment() const { function in class:TargetTransformInfo
137 return PrevTTI->getJumpBufAlignment();
516 unsigned getJumpBufAlignment() const { function in struct:__anon2207::NoTTI
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp83 virtual unsigned getJumpBufAlignment() const;
173 unsigned BasicTTI::getJumpBufAlignment() const { function in class:BasicTTI
174 return getTLI()->getJumpBufAlignment();
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h283 /// getJumpBufAlignment - returns the target's jmp_buf alignment in bytes
284 virtual unsigned getJumpBufAlignment() const;
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp430 unsigned Align = TLI ? TLI->getJumpBufAlignment() : 0;
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h797 unsigned getJumpBufAlignment() const { function in class:llvm::TargetLoweringBase

Completed in 112 milliseconds