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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 353 unsigned getJumpBufSize() const;
584 virtual unsigned getJumpBufSize() = 0;
    [all...]
TargetTransformInfoImpl.h 238 unsigned getJumpBufSize() { return 0; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 159 unsigned TargetTransformInfo::getJumpBufSize() const {
160 return TTIImpl->getJumpBufSize();
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 179 unsigned getJumpBufSize() { return getTLI()->getJumpBufSize(); }
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 163 milliseconds