Searched refs:EmitNodeMatcher (Results 1 – 5 of 5) sorted by relevance
86 if (isa<EmitNodeMatcher>(N) && isa<MarkGlueResultsMatcher>(N->getNext()) && in ContractNodes()101 if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N)) in ContractNodes()
516 OS << (isa<EmitNodeMatcher>(EN) ? "OPC_EmitNode" : "OPC_MorphNodeTo"); in EmitMatcher()544 if (const EmitNodeMatcher *E = dyn_cast<EmitNodeMatcher>(EN)) { in EmitMatcher()
347 void EmitNodeMatcher::anchor() { } in anchor()
1072 class EmitNodeMatcher : public EmitNodeMatcherCommon {1076 EmitNodeMatcher(const std::string &opcodeName, in EmitNodeMatcher() function
882 AddMatcher(new EmitNodeMatcher(II.Namespace+"::"+II.TheDef->getName(), in EmitResultInstructionAsOperand()