Searched refs:EmitNodeMatcher (Results 1 – 14 of 14) sorted by relevance
77 if (isa<EmitNodeMatcher>(N) && isa<MarkGlueResultsMatcher>(N->getNext()) && in ContractNodes()92 if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N)) in ContractNodes()
499 OS << (isa<EmitNodeMatcher>(EN) ? "OPC_EmitNode" : "OPC_MorphNodeTo"); in EmitMatcher()527 if (const EmitNodeMatcher *E = dyn_cast<EmitNodeMatcher>(EN)) { in EmitMatcher()
1013 class EmitNodeMatcher : public EmitNodeMatcherCommon {1016 EmitNodeMatcher(const std::string &opcodeName, in EmitNodeMatcher() function
823 AddMatcher(new EmitNodeMatcher(II.Namespace+"::"+II.TheDef->getName(), in EmitResultInstructionAsOperand()
82 if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N)) in ContractNodes()
541 OS << (isa<EmitNodeMatcher>(EN) ? "OPC_EmitNode" : "OPC_MorphNodeTo"); in EmitMatcher()576 if (const EmitNodeMatcher *E = dyn_cast<EmitNodeMatcher>(EN)) { in EmitMatcher()
302 void EmitNodeMatcher::anchor() { } in anchor()
977 class EmitNodeMatcher : public EmitNodeMatcherCommon {981 EmitNodeMatcher(const std::string &opcodeName, in EmitNodeMatcher() function
890 AddMatcher(new EmitNodeMatcher(II.Namespace+"::"+II.TheDef->getName(), in EmitResultInstructionAsOperand()
673 OS << (isa<EmitNodeMatcher>(EN) ? "OPC_EmitNode" : "OPC_MorphNodeTo"); in EmitMatcher()708 if (const EmitNodeMatcher *E = dyn_cast<EmitNodeMatcher>(EN)) { in EmitMatcher()
301 void EmitNodeMatcher::anchor() { } in anchor()
873 AddMatcher(new EmitNodeMatcher(II.Namespace.str()+"::"+II.TheDef->getName().str(), in EmitResultInstructionAsOperand()