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

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp111 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes);
337 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0));
436 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i));
458 void MatcherGen::EmitMatchCode(const TreePatternNode *N, function in class:MatcherGen
512 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes);
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelMatcherGen.cpp112 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes);
302 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0));
403 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i));
409 void MatcherGen::EmitMatchCode(const TreePatternNode *N, function in class:MatcherGen
475 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes);

Completed in 34 milliseconds