Home | History | Annotate | Download | only in X86

Lines Matching defs:Constraints

15283       // No need to check constraints, nothing other than the equivalent of
15324 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
15325 if (Constraints.size() >= 2 &&
15326 Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" &&
15327 Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") {
15495 // FP X constraints get lowered to SSE1/2 registers if available, otherwise
15515 // Only support length 1 constraints for now.
15849 // wrong class. This can happen with constraints like {xmm0} where the