Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Records

128   RecordKeeper &Records;
130 AsmMatcherEmitter(RecordKeeper &R) : Records(R) {}
186 /// For register classes, the records for all the registers in this class.
592 /// Tracked Records
593 RecordKeeper &Records;
610 /// Map of Register records to their class information.
614 /// Map of Predicate records to their subtarget information.
617 /// Map of AsmOperandClass records to their class information.
624 /// Map of RegisterClass records to their class information.
652 RecordKeeper &Records);
671 return Records;
1177 Records.getAllDerivedDefinitions("AsmOperandClass");
1244 RecordKeeper &records)
1245 : Records(records), AsmParser(asmParser), Target(target) {
1286 Records.getAllDerivedDefinitions("Predicate");
1368 Records.getAllDerivedDefinitions("InstAlias");
1469 Records.getAllDerivedDefinitions("TokenAlias");
2558 CodeGenTarget Target(Records);
2563 AsmMatcherInfo Info(AsmParser, Target, Records);