Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Records

149   RecordKeeper &Records;
154 NeonEmitter(RecordKeeper &R) : Records(R) {
1781 /// run - Read the records in arm_neon.td and output arm_neon.h. arm_neon.h
1913 std::vector<Record*> RV = Records.getAllDerivedDefinitions("Inst");
1920 // sorts the records into alphabetical order so that the "_lane" variants
1922 emitIntrinsic(OS, Records.getDef("VMOVL"), EmittedMap);
1923 emitIntrinsic(OS, Records.getDef("VMULL"), EmittedMap);
1924 emitIntrinsic(OS, Records.getDef("VABD"), EmittedMap);
2040 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst");
2170 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst");
2301 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst");
2368 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst");
2500 std::vector<Record *> RV = Records.getAllDerivedDefinitions("Inst");
2587 void EmitNeon(RecordKeeper &Records, raw_ostream &OS) {
2588 NeonEmitter(Records).run(OS);
2590 void EmitNeonSema(RecordKeeper &Records, raw_ostream &OS) {
2591 NeonEmitter(Records).runHeader(OS);
2593 void EmitNeonTest(RecordKeeper &Records, raw_ostream &OS) {
2594 NeonEmitter(Records).runTests(OS);