Searched defs:SDTypeConstraint (Results 1 – 6 of 6) sorted by relevance
156 struct SDTypeConstraint { struct159 unsigned OperandNo; // The operand # this constraint applies to.160 enum {164 } ConstraintType;166 union { // The discriminated union.205 std::vector<SDTypeConstraint> TypeConstraints; argument
766 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint
172 struct SDTypeConstraint { struct175 unsigned OperandNo; // The operand # this constraint applies to.176 enum {180 } ConstraintType;182 union { // The discriminated union.230 std::vector<SDTypeConstraint> TypeConstraints; argument
902 SDTypeConstraint::SDTypeConstraint(Record *R) { in SDTypeConstraint() function in SDTypeConstraint
365 struct SDTypeConstraint { struct368 unsigned OperandNo; // The operand # this constraint applies to.369 enum {373 } ConstraintType;375 union { // The discriminated union.397 } x;421 std::vector<SDTypeConstraint> TypeConstraints; argument
1331 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint