Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Records

129   RecordKeeper &Records;
131 AsmMatcherEmitter(RecordKeeper &R) : Records(R) {}
187 /// For register classes, the records for all the registers in this class.
593 /// Tracked Records
594 RecordKeeper &Records;
611 /// Map of Register records to their class information.
615 /// Map of Predicate records to their subtarget information.
618 /// Map of AsmOperandClass records to their class information.
625 /// Map of RegisterClass records to their class information.
653 RecordKeeper &Records);
672 return Records;
1180 Records.getAllDerivedDefinitions("AsmOperandClass");
1247 RecordKeeper &records)
1248 : Records(records), AsmParser(asmParser), Target(target) {
1289 Records.getAllDerivedDefinitions("Predicate");
1350 Records.getAllDerivedDefinitions("InstAlias");
1451 Records.getAllDerivedDefinitions("TokenAlias");
2600 CodeGenTarget Target(Records);
2605 AsmMatcherInfo Info(AsmParser, Target, Records);