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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp112 void EmitMatchCode(const TreePatternNode *N, TreePatternNode *NodeNoTypes,
360 EmitMatchCode(N->getChild(0), NodeNoTypes->getChild(0), ForceMode);
459 EmitMatchCode(N->getChild(i), NodeNoTypes->getChild(i), ForceMode);
499 void MatcherGen::EmitMatchCode(const TreePatternNode *N, function in class:MatcherGen
574 EmitMatchCode(Pattern.getSrcPattern(), PatWithNoTypes.get(),

Completed in 104 milliseconds