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 123 unsigned TargetTransformInfo::getJumpBufSize() const {
124 return PrevTTI->getJumpBufSize();
470 unsigned getJumpBufSize() const {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 77 virtual unsigned getJumpBufSize() const;
153 unsigned BasicTTI::getJumpBufSize() const {
154 return TLI->getJumpBufSize();
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 343 milliseconds