Searched defs:EmitNodeMatcherCommon (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h1013 /// EmitNodeMatcherCommon - Common class shared between EmitNode and
1015 class EmitNodeMatcherCommon : public Matcher { class in namespace:llvm
1026 EmitNodeMatcherCommon(const std::string &opcodeName, function in class:llvm::EmitNodeMatcherCommon
1072 class EmitNodeMatcher : public EmitNodeMatcherCommon {
1082 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain,
1095 class MorphNodeToMatcher : public EmitNodeMatcherCommon {
1105 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain,

Completed in 54 milliseconds