Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ResNo

501   unsigned ResNo;
503 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
504 : Matcher(CheckType), Type(type), ResNo(resno) {}
507 unsigned getResNo() const { return ResNo; }