Lines Matching defs:Records
300 const RecordKeeper &Records;
308 SVEEmitter(const RecordKeeper &R) : Records(R) {
309 for (auto *RV : Records.getAllDerivedDefinitions("EltType"))
311 for (auto *RV : Records.getAllDerivedDefinitions("MemEltType"))
313 for (auto *RV : Records.getAllDerivedDefinitions("FlagType"))
315 for (auto *RV : Records.getAllDerivedDefinitions("MergeType"))
317 for (auto *RV : Records.getAllDerivedDefinitions("ImmCheckType"))
1256 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst");
1464 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst");
1506 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst");
1539 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst");
1663 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst");
1691 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst");
1725 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst");
1761 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst");
1801 std::vector<const Record *> RV = Records.getAllDerivedDefinitions("Inst");
1854 void EmitSveHeader(const RecordKeeper &Records, raw_ostream &OS) {
1855 SVEEmitter(Records).createHeader(OS);
1858 void EmitSveBuiltins(const RecordKeeper &Records, raw_ostream &OS) {
1859 SVEEmitter(Records).createBuiltins(OS);
1862 void EmitSveBuiltinCG(const RecordKeeper &Records, raw_ostream &OS) {
1863 SVEEmitter(Records).createCodeGenMap(OS);
1866 void EmitSveRangeChecks(const RecordKeeper &Records, raw_ostream &OS) {
1867 SVEEmitter(Records).createRangeChecks(OS);
1870 void EmitSveTypeFlags(const RecordKeeper &Records, raw_ostream &OS) {
1871 SVEEmitter(Records).createTypeFlags(OS);
1874 void EmitImmCheckTypes(const RecordKeeper &Records, raw_ostream &OS) {
1875 SVEEmitter(Records).createImmCheckTypes(OS);
1878 void EmitSveStreamingAttrs(const RecordKeeper &Records, raw_ostream &OS) {
1879 SVEEmitter(Records).createStreamingAttrs(OS, ACLEKind::SVE);
1882 void EmitSmeHeader(const RecordKeeper &Records, raw_ostream &OS) {
1883 SVEEmitter(Records).createSMEHeader(OS);
1886 void EmitSmeBuiltins(const RecordKeeper &Records, raw_ostream &OS) {
1887 SVEEmitter(Records).createSMEBuiltins(OS);
1890 void EmitSmeBuiltinCG(const RecordKeeper &Records, raw_ostream &OS) {
1891 SVEEmitter(Records).createSMECodeGenMap(OS);
1894 void EmitSmeRangeChecks(const RecordKeeper &Records, raw_ostream &OS) {
1895 SVEEmitter(Records).createSMERangeChecks(OS);
1898 void EmitSmeStreamingAttrs(const RecordKeeper &Records, raw_ostream &OS) {
1899 SVEEmitter(Records).createStreamingAttrs(OS, ACLEKind::SME);
1902 void EmitSmeBuiltinZAState(const RecordKeeper &Records, raw_ostream &OS) {
1903 SVEEmitter(Records).createBuiltinZAState(OS);