Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Constraint

545   void formTwoOperandAlias(StringRef Constraint);
800 PrintFatalError(Loc, "missing '=' in two-operand alias constraint");
818 void MatchableInfo::formTwoOperandAlias(StringRef Constraint) {
821 parseTwoOperandConstraint(Constraint, TheDef->getLoc());
1061 // this implies a constraint we would not honor.
1580 std::string Constraint =
1582 if (Constraint != "") {
1587 AliasII->formTwoOperandAlias(Constraint);