Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Constraints

123   // Make sure the constraints list for each operand is large enough to hold
126 OperandList[i].Constraints.resize(OperandList[i].MINumOperands);
212 if (!Ops[Op.first].Constraints[Op.second].isNone())
213 throw "Operand '" + Name + "' cannot have multiple constraints!";
214 Ops[Op.first].Constraints[Op.second] =
245 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone())
246 throw "Operand '" + DestOpName + "' cannot have multiple constraints!";
247 Ops[DestOp.first].Constraints[DestOp.second] =
328 // Parse Constraints.
329 ParseConstraints(R->getValueAsString("Constraints"), Operands);