Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenTarget.h205 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc() function
DDAGISelMatcherEmitter.cpp431 OS.PadToColumn(CommentIndent) << "// " << Pattern.getSelectFunc(); in EmitMatcher()
690 OS << " return " << P.getSelectFunc(); in EmitPredicateFunctions()
DDAGISelMatcher.cpp211 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n'; in printImpl()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.h215 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc() function
DDAGISelMatcherEmitter.cpp617 OS << " // " << Pattern.getSelectFunc(); in EmitMatcher()
952 OS << " bool Succeeded = " << P.getSelectFunc(); in EmitPredicateFunctions()
954 OS << " return " << P.getSelectFunc(); in EmitPredicateFunctions()
973 OS << " dbgs() << \"\\nCOMPLEX_PATTERN: " << P.getSelectFunc() in EmitPredicateFunctions()
DDAGISelMatcher.cpp224 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n'; in printImpl()