Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h337 unsigned getJumpBufAlignment() const;
551 virtual unsigned getJumpBufAlignment() = 0;
672 unsigned getJumpBufAlignment() override { return Impl.getJumpBufAlignment(); } in getJumpBufAlignment() function
DTargetTransformInfoImpl.h234 unsigned getJumpBufAlignment() { return 0; } in getJumpBufAlignment() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp138 unsigned TargetTransformInfo::getJumpBufAlignment() const { in getJumpBufAlignment() function in TargetTransformInfo
139 return TTIImpl->getJumpBufAlignment(); in getJumpBufAlignment()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h182 unsigned getJumpBufAlignment() { return getTLI()->getJumpBufAlignment(); } in getJumpBufAlignment() function
/external/llvm/include/llvm/Target/
DTargetLowering.h937 unsigned getJumpBufAlignment() const { in getJumpBufAlignment() function