Home | History | Annotate | Download | only in VMCore

Lines Matching full:constraint

44   // Do various checks on the constraint string and type.
77 /// fields in this structure. If the constraint string is not understood,
153 } else if (isdigit(*I)) { // Matching Constraint
160 // Check that this is a valid matching constraint!
163 return true; // Invalid constraint number.
185 // Multi-letter constraint
190 // Single letter constraint.
199 /// selectAlternative - Point this constraint to the alternative constraint
220 // Find the end of this constraint.
223 if (ConstraintEnd == I || // Empty constraint like ",,"
225 Result.clear(); // Erroneous constraint?
243 /// Verify - Verify that the specified constraint string is reasonable for the
244 /// specified function type, and otherwise validate the constraint string.