Searched defs:getJumpBufAlignment (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp127 unsigned TargetTransformInfo::getJumpBufAlignment() const { function in class:TargetTransformInfo
128 return PrevTTI->getJumpBufAlignment();
518 unsigned getJumpBufAlignment() const override {
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp89 unsigned getJumpBufAlignment() const override;
179 unsigned BasicTTI::getJumpBufAlignment() const { function in class:BasicTTI
180 return getTLI()->getJumpBufAlignment();
/external/llvm/include/llvm/Target/
H A DTargetLowering.h863 unsigned getJumpBufAlignment() const { function in class:llvm::TargetLoweringBase

Completed in 387 milliseconds