Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:Constraint

192 /// getConstraintType - Given a constraint letter, return the type of
193 /// constraint it is for this target.
195 SystemZTargetLowering::getConstraintType(const std::string &Constraint) const {
196 if (Constraint.size() == 1) {
197 switch (Constraint[0]) {
204 return TargetLowering::getConstraintType(Constraint);
209 getRegForInlineAsmConstraint(const std::string &Constraint,
211 if (Constraint.size() == 1) {
212 // GCC Constraint Letters
213 switch (Constraint[0]) {
225 return TargetLowering::getRegForInlineAsmConstraint(Constraint, VT);