Home
last modified time | relevance | path

Searched refs:getSelectFunc (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenTarget.h210 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc() function
HDDAGISelMatcherEmitter.cpp406 OS.PadToColumn(CommentIndent) << "// " << Pattern.getSelectFunc(); in EmitMatcher()
671 OS << " return " << P.getSelectFunc(); in EmitPredicateFunctions()
HDDAGISelMatcher.cpp211 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n'; in printImpl()