Searched defs:SDTypeConstraint (Results 1 – 3 of 3) sorted by relevance
51 struct SDTypeConstraint { struct52 SDTC Kind;53 uint8_t OpNo;54 uint8_t OtherOpNo;55 MVT::SimpleValueType VT;
356 struct SDTypeConstraint { struct360 unsigned OperandNo; // The operand # this constraint applies to.361 enum KindTy {390 friend bool operator==(const SDTypeConstraint &LHS, argument
1554 SDTypeConstraint::SDTypeConstraint(const Record *R, const CodeGenHwModes &CGH) { in SDTypeConstraint() function in SDTypeConstraint