Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp113 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes,
365 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode); in EmitOperatorMatchCode()
464 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode); in EmitOperatorMatchCode()
504 void MatcherGen::EmitMatchCode(const TreePatternNode *N, in EmitMatchCode() function in MatcherGen
579 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes.get(), in EmitMatcherCode()