Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Constraint

444   void formTwoOperandAlias(StringRef Constraint);
692 PrintFatalError(Loc, "missing '=' in two-operand alias constraint");
710 void MatchableInfo::formTwoOperandAlias(StringRef Constraint) {
713 parseTwoOperandConstraint(Constraint, TheDef->getLoc());
895 // this implies a constraint we would not honor.
1447 std::string Constraint =
1449 if (Constraint != "") {
1454 AliasII->formTwoOperandAlias(Constraint);