Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp131 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo
132 return PrevTTI->getJumpBufSize(); in getJumpBufSize()
522 unsigned getJumpBufSize() const override { in getJumpBufSize() function
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp90 unsigned getJumpBufSize() const override;
183 unsigned BasicTTI::getJumpBufSize() const { in getJumpBufSize() function in BasicTTI
184 return getTLI()->getJumpBufSize(); in getJumpBufSize()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h293 virtual unsigned getJumpBufSize() const;
/external/llvm/include/llvm/Target/
DTargetLowering.h857 unsigned getJumpBufSize() const { in getJumpBufSize() function