Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp570 OS << " // " << Pattern.getSelectFunc(); in EmitMatcher()
886 OS << " bool Succeeded = " << P.getSelectFunc(); in EmitPredicateFunctions()
888 OS << " return " << P.getSelectFunc(); in EmitPredicateFunctions()
907 OS << " dbgs() << \"\\nCOMPLEX_PATTERN: " << P.getSelectFunc() in EmitPredicateFunctions()
H A DCodeGenTarget.h206 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc() function
H A DDAGISelMatcher.cpp220 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n'; in printImpl()