Searched defs:SDTypeConstraint (Results 1 – 2 of 2) sorted by relevance
357 struct SDTypeConstraint { struct360 unsigned OperandNo; // The operand # this constraint applies to.361 enum {375 } ConstraintType;377 union { // The discriminated union.399 } x;403 ValueTypeByHwMode VVT;
1532 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint