Searched defs:SDTypeConstraint (Results 1 – 2 of 2) sorted by relevance
379 struct SDTypeConstraint { struct382 unsigned OperandNo; // The operand # this constraint applies to.383 enum {387 } ConstraintType;389 union { // The discriminated union.411 } x;415 ValueTypeByHwMode VVT;
1549 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint