Home | History | Annotate | Download | only in IR

Lines Matching full:constraint

44   // Do various checks on the constraint string and type.
67 /// fields in this structure. If the constraint string is not understood,
147 } else if (isdigit(static_cast<unsigned char>(*I))) { // Matching Constraint
154 // Check that this is a valid matching constraint!
157 return true; // Invalid constraint number.
184 // Multi-letter constraint
189 // Single letter constraint.
198 /// selectAlternative - Point this constraint to the alternative constraint
219 // Find the end of this constraint.
222 if (ConstraintEnd == I || // Empty constraint like ",,"
224 Result.clear(); // Erroneous constraint?
245 /// Verify - Verify that the specified constraint string is reasonable for the
246 /// specified function type, and otherwise validate the constraint string.