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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 293 virtual unsigned getJumpBufSize() const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 131 unsigned TargetTransformInfo::getJumpBufSize() const {
132 return PrevTTI->getJumpBufSize();
522 unsigned getJumpBufSize() const override {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 90 unsigned getJumpBufSize() const override;
183 unsigned BasicTTI::getJumpBufSize() const {
184 return getTLI()->getJumpBufSize();
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]

Completed in 135 milliseconds