Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h549 unsigned getJumpBufAlignment() const;
1084 virtual unsigned getJumpBufAlignment() = 0;
1343 unsigned getJumpBufAlignment() override { return Impl.getJumpBufAlignment(); } in getJumpBufAlignment() function
H A DTargetTransformInfoImpl.h290 unsigned getJumpBufAlignment() { return 0; } in getJumpBufAlignment() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp224 unsigned TargetTransformInfo::getJumpBufAlignment() const { in getJumpBufAlignment() function in TargetTransformInfo
225 return TTIImpl->getJumpBufAlignment(); in getJumpBufAlignment()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h374 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); } in getJumpBufAlignment() function
H A DTargetLowering.h1463 unsigned getJumpBufAlignment() const { in getJumpBufAlignment() function