Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h344 unsigned getJumpBufSize() const;
576 virtual unsigned getJumpBufSize() = 0;
711 unsigned getJumpBufSize() override { return Impl.getJumpBufSize(); } in getJumpBufSize() function
HDTargetTransformInfoImpl.h231 unsigned getJumpBufSize() { return 0; } in getJumpBufSize() function
/NextBSD/contrib/llvm/lib/Analysis/
HDTargetTransformInfo.cpp144 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo
145 return TTIImpl->getJumpBufSize(); in getJumpBufSize()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h179 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h946 unsigned getJumpBufSize() const { in getJumpBufSize() function