Searched defs:SDTypeConstraint (Results 1 – 4 of 4) sorted by relevance
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
376 struct SDTypeConstraint { struct379 unsigned OperandNo; // The operand # this constraint applies to.380 enum {384 } ConstraintType;386 union { // The discriminated union.408 } x;412 ValueTypeByHwMode VVT;
1450 SDTypeConstraint::SDTypeConstraint(Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint