Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Constraints

128   // Make sure the constraints list for each operand is large enough to hold
131 OperandList[i].Constraints.resize(OperandList[i].MINumOperands);
218 if (!Ops[Op.first].Constraints[Op.second].isNone())
219 PrintFatalError("Operand '" + Name + "' cannot have multiple constraints!");
220 Ops[Op.first].Constraints[Op.second] =
252 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone())
254 "' cannot have multiple constraints!");
255 Ops[DestOp.first].Constraints[DestOp.second] =
345 // Parse Constraints.
346 ParseConstraints(R->getValueAsString("Constraints"), Operands);