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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcherOpt.cpp77 if (isa<EmitNodeMatcher>(N) && isa<MarkGlueResultsMatcher>(N->getNext()) &&
92 if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N))
H A DDAGISelMatcherEmitter.cpp499 OS << (isa<EmitNodeMatcher>(EN) ? "OPC_EmitNode" : "OPC_MorphNodeTo");
527 if (const EmitNodeMatcher *E = dyn_cast<EmitNodeMatcher>(EN)) {
H A DDAGISelMatcher.cpp329 void EmitNodeMatcher::anchor() { }
H A DDAGISelMatcher.h1013 /// EmitNodeMatcher - This signals a successful match and generates a node.
1014 class EmitNodeMatcher : public EmitNodeMatcherCommon { class in namespace:llvm
1018 EmitNodeMatcher(const std::string &opcodeName, function in class:llvm::EmitNodeMatcher
H A DDAGISelMatcherGen.cpp829 AddMatcher(new EmitNodeMatcher(II.Namespace+"::"+II.TheDef->getName(),

Completed in 128 milliseconds