Home | History | Annotate | Download | only in TableGen

Lines Matching defs:ResNo

500   unsigned ResNo;
502 CheckTypeMatcher(MVT::SimpleValueType type, unsigned resno)
503 : Matcher(CheckType), Type(type), ResNo(resno) {}
506 unsigned getResNo() const { return ResNo; }