Searched refs:getCodeToRunOnSDNode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp74 NodePredicatesByCodeToRun[Pred.getCodeToRunOnSDNode()];
658 NodePredicatesByCodeToRun[PredFn.getCodeToRunOnSDNode()])
661 OS << PredFn.getCodeToRunOnSDNode() << "\n }\n";
H A DCodeGenDAGPatterns.h307 /// getCodeToRunOnSDNode - Return the code for the function body that
311 std::string getCodeToRunOnSDNode() const;
H A DCodeGenDAGPatterns.cpp776 /// getCodeToRunOnSDNode - Return the code for the function body that
780 std::string TreePredicateFn::getCodeToRunOnSDNode() const { function in class:TreePredicateFn

Completed in 62 milliseconds