Home | History | Annotate | Download | only in MSP430

Lines Matching refs:Constraint

205 /// getConstraintType - Given a constraint letter, return the type of
206 /// constraint it is for this target.
208 MSP430TargetLowering::getConstraintType(StringRef Constraint) const {
209 if (Constraint.size() == 1) {
210 switch (Constraint[0]) {
217 return TargetLowering::getConstraintType(Constraint);
222 const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const {
223 if (Constraint.size() == 1) {
224 // GCC Constraint Letters
225 switch (Constraint[0]) {
235 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);