Home | History | Annotate | Download | only in X86

Lines Matching defs:Constraints

18561       // No need to check constraints, nothing other than the equivalent of
18602 InlineAsm::ConstraintInfoVector Constraints = IA->ParseConstraints();
18603 if (Constraints.size() >= 2 &&
18604 Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" &&
18605 Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") {
18771 // FP X constraints get lowered to SSE1/2 registers if available, otherwise
18791 // Only support length 1 constraints for now.
19135 // wrong class. This can happen with constraints like {xmm0} where the