Lines Matching full:constraint
1242 /// getConstraintType - Given a constraint letter, return the type of
1243 /// constraint it is for this target.
1245 SparcTargetLowering::getConstraintType(const std::string &Constraint) const {
1246 if (Constraint.size() == 1) {
1247 switch (Constraint[0]) {
1253 return TargetLowering::getConstraintType(Constraint);
1257 SparcTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
1259 if (Constraint.size() == 1) {
1260 switch (Constraint[0]) {
1266 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);