Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h370 unsigned getJumpBufSize() const;
666 virtual unsigned getJumpBufSize() = 0;
831 unsigned getJumpBufSize() override { return Impl.getJumpBufSize(); } in getJumpBufSize() function
DTargetTransformInfoImpl.h237 unsigned getJumpBufSize() { return 0; } in getJumpBufSize() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp169 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo
170 return TTIImpl->getJumpBufSize(); in getJumpBufSize()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h189 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
/external/llvm/include/llvm/Target/
DTargetLowering.h1042 unsigned getJumpBufSize() const { in getJumpBufSize() function