Home | History | Annotate | Download | only in TableGen

Lines Matching defs:ResNo

531   unsigned ResNo;
533 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
534 : Matcher(CheckType), Type(type), ResNo(resno) {}
537 unsigned getResNo() const { return ResNo; }