Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Constraint

490   void formTwoOperandAlias(StringRef Constraint);
740 PrintFatalError(Loc, "missing '=' in two-operand alias constraint");
758 void MatchableInfo::formTwoOperandAlias(StringRef Constraint) {
761 parseTwoOperandConstraint(Constraint, TheDef->getLoc());
991 // this implies a constraint we would not honor.
1494 std::string Constraint =
1496 if (Constraint != "") {
1501 AliasII->formTwoOperandAlias(Constraint);