Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp116 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes);
342 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0)); in EmitOperatorMatchCode()
443 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i)); in EmitOperatorMatchCode()
465 void MatcherGen::EmitMatchCode(const TreePatternNode *N, in EmitMatchCode() function in MatcherGen
519 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes); in EmitMatcherCode()