Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Constraint

204 /// getConstraintType - Given a constraint letter, return the type of
205 /// constraint it is for this target.
207 MSP430TargetLowering::getConstraintType(const std::string &Constraint) const {
208 if (Constraint.size() == 1) {
209 switch (Constraint[0]) {
216 return TargetLowering::getConstraintType(Constraint);
221 getRegForInlineAsmConstraint(const std::string &Constraint,
223 if (Constraint.size() == 1) {
224 // GCC Constraint Letters
225 switch (Constraint[0]) {
235 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);