Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h230 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc() function
H A DDAGISelMatcherEmitter.cpp722 OS << " // " << Pattern.getSelectFunc(); in EmitMatcher()
1131 OS << " bool Succeeded = " << P.getSelectFunc(); in EmitPredicateFunctions()
1133 OS << " return " << P.getSelectFunc(); in EmitPredicateFunctions()
1152 OS << " dbgs() << \"\\nCOMPLEX_PATTERN: " << P.getSelectFunc() in EmitPredicateFunctions()
H A DDAGISelMatcher.cpp230 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n'; in printImpl()