Searched defs:SDTypeConstraint (Results 1 – 2 of 2) sorted by relevance
374 struct SDTypeConstraint { struct377 unsigned OperandNo; // The operand # this constraint applies to.378 enum {382 } ConstraintType;384 union { // The discriminated union.406 } x;410 ValueTypeByHwMode VVT;
1496 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint