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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp742 const Record &RuleDef = Rule->getDef(); local
744 OS << Indent << "// Rule: " << RuleDef.getName() << "\n"
760 DagInit *Applyer = RuleDef.getValueAsDag("Apply");
761 if (Applyer->getOperatorAsDef(RuleDef.getLoc())->getName() !=
763 PrintError(RuleDef.getLoc(), "Expected apply operator");
780 PrintError(RuleDef.getLoc(),
818 PrintError(RuleDef.getLoc(), "Expected apply code block");

Completed in 108 milliseconds