Searched refs:EmitNodeMatcherCommon (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.cpp | 284 void EmitNodeMatcherCommon::printImpl(raw_ostream &OS, indent Indent) const { in printImpl() 310 bool EmitNodeMatcherCommon::isEqualImpl(const Matcher *m) const { in isEqualImpl() 311 const EmitNodeMatcherCommon *M = cast<EmitNodeMatcherCommon>(m); in isEqualImpl()
|
| H A D | DAGISelMatcher.h | 1028 class EmitNodeMatcherCommon : public Matcher { 1040 EmitNodeMatcherCommon(const CodeGenInstruction &cgi, in EmitNodeMatcherCommon() function 1083 class EmitNodeMatcher : public EmitNodeMatcherCommon { 1093 : EmitNodeMatcherCommon(cgi, vts, operands, hasChain, hasInGlue, in EmitNodeMatcher() 1103 class MorphNodeToMatcher : public EmitNodeMatcherCommon { 1113 : EmitNodeMatcherCommon(cgi, vts, operands, hasChain, hasInGlue, in MorphNodeToMatcher()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 959 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N); in EmitMatcher()
|