Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:Constraint

2834 HexagonTargetLowering::getConstraintType(StringRef Constraint) const {
2835 if (Constraint.size() == 1) {
2836 switch (Constraint[0]) {
2844 return TargetLowering::getConstraintType(Constraint);
2849 const TargetRegisterInfo *TRI, StringRef Constraint, MVT VT) const {
2852 if (Constraint.size() == 1) {
2853 switch (Constraint[0]) {
2908 return TargetLowering::getRegForInlineAsmConstraint(TRI, Constraint, VT);