Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Constraints

996                                 std::string &Constraints,
1020 /// Rewrite input constraint references after adding some output constraints.
1065 /// Add output constraints for EAX:EDX because they are return registers.
1067 CodeGenFunction &CGF, LValue ReturnSlot, std::string &Constraints,
1076 if (!Constraints.empty())
1077 Constraints += ',';
1079 Constraints += "={eax}";
1083 Constraints += "=A";