Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h247 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc() function
H A DDAGISelMatcher.cpp225 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n'; in printImpl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp716 OS << " // " << Pattern.getSelectFunc(); in EmitMatcher()
1132 OS << " bool Succeeded = " << P.getSelectFunc(); in EmitPredicateFunctions()
1134 OS << " return " << P.getSelectFunc(); in EmitPredicateFunctions()
1153 OS << " dbgs() << \"\\nCOMPLEX_PATTERN: " << P.getSelectFunc() in EmitPredicateFunctions()