Searched refs:getJumpBufSize (Results 1 – 12 of 12) 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()
552 unsigned getJumpBufSize() const;1058 virtual unsigned getJumpBufSize() = 0;1311 unsigned getJumpBufSize() override { return Impl.getJumpBufSize(); } in getJumpBufSize() function
289 unsigned getJumpBufSize() { return 0; } in getJumpBufSize() function
189 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
228 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo229 return TTIImpl->getJumpBufSize(); in getJumpBufSize()
315 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
1401 unsigned getJumpBufSize() const { 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