Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h340 unsigned getJumpBufSize() const;
552 virtual unsigned getJumpBufSize() = 0;
673 unsigned getJumpBufSize() override { return Impl.getJumpBufSize(); } in getJumpBufSize() function
DTargetTransformInfoImpl.h236 unsigned getJumpBufSize() { return 0; } in getJumpBufSize() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp142 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo
143 return TTIImpl->getJumpBufSize(); in getJumpBufSize()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h184 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
/external/llvm/include/llvm/Target/
DTargetLowering.h931 unsigned getJumpBufSize() const { in getJumpBufSize() function