Lines Matching full:constraint
1244 /// getConstraintType - Given a constraint letter, return the type of
1245 /// constraint it is for this target.
1247 SparcTargetLowering::getConstraintType(const std::string &Constraint) const {
1248 if (Constraint.size() == 1) {
1249 switch (Constraint[0]) {
1255 return TargetLowering::getConstraintType(Constraint);
1259 SparcTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
1261 if (Constraint.size() == 1) {
1262 switch (Constraint[0]) {
1268 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);