HomeSort by relevance Sort by last modified time
    Searched defs:getJumpBufSize (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 135 unsigned TargetTransformInfo::getJumpBufSize() const {
136 return PrevTTI->getJumpBufSize();
496 unsigned getJumpBufSize() const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 84 virtual unsigned getJumpBufSize() const;
174 unsigned BasicTTI::getJumpBufSize() const {
175 return getTLI()->getJumpBufSize();
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 28 milliseconds