Searched refs:getJumpBufSize (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h293 virtual unsigned getJumpBufSize() const;
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp131 unsigned TargetTransformInfo::getJumpBufSize() const { function in class:TargetTransformInfo
132 return PrevTTI->getJumpBufSize();
522 unsigned getJumpBufSize() const override {
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp90 unsigned getJumpBufSize() const override;
183 unsigned BasicTTI::getJumpBufSize() const { function in class:BasicTTI
184 return getTLI()->getJumpBufSize();
/external/llvm/include/llvm/Target/
H A DTargetLowering.h857 unsigned getJumpBufSize() const { function in class:llvm::TargetLoweringBase

Completed in 140 milliseconds