Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp116 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes);
358 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0)); in EmitOperatorMatchCode()
457 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i)); in EmitOperatorMatchCode()
497 void MatcherGen::EmitMatchCode(const TreePatternNode *N, in EmitMatchCode() function in MatcherGen
571 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes.get()); in EmitMatcherCode()