Home
last modified time | relevance | path

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

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