Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Constraint

209 /// getConstraintType - Given a constraint letter, return the type of
210 /// constraint it is for this target.
212 MSP430TargetLowering::getConstraintType(StringRef Constraint) const {
213 if (Constraint.size() == 1) {
214 switch (Constraint[0]) {
221 return TargetLowering::getConstraintType(Constraint);
226 const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const {
227 if (Constraint.size() == 1) {
228 // GCC Constraint Letters
229 switch (Constraint[0]) {
239 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);