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

  /external/llvm/utils/TableGen/
CodeGenTarget.h 192 const std::string &getSelectFunc() const { return SelectFunc; }
DAGISelMatcher.cpp 193 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n';
DAGISelMatcherEmitter.cpp 389 OS.PadToColumn(CommentIndent) << "// " << Pattern.getSelectFunc();
653 OS << " return " << P.getSelectFunc();

Completed in 660 milliseconds