Searched refs:getJumpBufSize (Results 1 – 7 of 7) sorted by relevance
370 unsigned getJumpBufSize() const;666 virtual unsigned getJumpBufSize() = 0;831 unsigned getJumpBufSize() override { return Impl.getJumpBufSize(); } in getJumpBufSize() function
237 unsigned getJumpBufSize() { return 0; } in getJumpBufSize() function
169 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo170 return TTIImpl->getJumpBufSize(); in getJumpBufSize()
189 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
126 unsigned JBSize = TLI ? TLI->getJumpBufSize() : 0; in doInitialization()
698 unsigned getJumpBufSize() const { in getJumpBufSize() function
1042 unsigned getJumpBufSize() const { in getJumpBufSize() function