Home
last modified time | relevance | path

Searched refs:getJumpBufSize (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h552 unsigned getJumpBufSize() const;
1058 virtual unsigned getJumpBufSize() = 0;
1311 unsigned getJumpBufSize() override { return Impl.getJumpBufSize(); } in getJumpBufSize() function
DTargetTransformInfoImpl.h289 unsigned getJumpBufSize() { return 0; } in getJumpBufSize() function
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h189 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp228 unsigned TargetTransformInfo::getJumpBufSize() const { in getJumpBufSize() function in TargetTransformInfo
229 return TTIImpl->getJumpBufSize(); in getJumpBufSize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h315 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); } in getJumpBufSize() function
DTargetLowering.h1401 unsigned getJumpBufSize() const { in getJumpBufSize() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp126 unsigned JBSize = TLI ? TLI->getJumpBufSize() : 0; in doInitialization()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h698 unsigned getJumpBufSize() const { in getJumpBufSize() function
/external/llvm/include/llvm/Target/
DTargetLowering.h1042 unsigned getJumpBufSize() const { in getJumpBufSize() function