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

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h1014 /// EmitNodeMatcherCommon - Common class shared between EmitNode and
1016 class EmitNodeMatcherCommon : public Matcher { class in namespace:llvm
1027 EmitNodeMatcherCommon(const std::string &opcodeName, function in class:llvm::EmitNodeMatcherCommon
1073 class EmitNodeMatcher : public EmitNodeMatcherCommon {
1083 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain,
1096 class MorphNodeToMatcher : public EmitNodeMatcherCommon {
1106 : EmitNodeMatcherCommon(opcodeName, vts, operands, hasChain,

Completed in 65 milliseconds