Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp546 OS << " // " << Pattern.getSelectFunc(); in EmitMatcher()
850 OS << " bool Succeeded = " << P.getSelectFunc(); in EmitPredicateFunctions()
852 OS << " return " << P.getSelectFunc(); in EmitPredicateFunctions()
871 OS << " dbgs() << \"\\nCOMPLEX_PATTERN: " << P.getSelectFunc() in EmitPredicateFunctions()
DCodeGenTarget.h206 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc() function
DDAGISelMatcher.cpp210 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n'; in printImpl()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.h182 const std::string &getSelectFunc() const { return SelectFunc; } in getSelectFunc() function
DDAGISelMatcherEmitter.cpp389 OS.PadToColumn(CommentIndent) << "// " << Pattern.getSelectFunc(); in EmitMatcher()
654 OS << " return " << P.getSelectFunc(); in EmitPredicateFunctions()
DDAGISelMatcher.cpp191 OS.indent(indent) << "CheckComplexPat " << Pattern.getSelectFunc() << '\n'; in printImpl()
/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()