Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Constraint

435   void formTwoOperandAlias(StringRef Constraint);
682 throw TGError(Loc, "missing '=' in two-operand alias constraint");
700 void MatchableInfo::formTwoOperandAlias(StringRef Constraint) {
703 parseTwoOperandConstraint(Constraint, TheDef->getLoc());
885 // this implies a constraint we would not honor.
1432 std::string Constraint =
1434 if (Constraint != "") {
1439 AliasII->formTwoOperandAlias(Constraint);