Lines Matching full:sme
47 enum class ACLEKind { SVE, SME };
397 /// Emit all the SME __builtin prototypes and code needed by Sema.
1095 case ACLEKind::SME:
1478 << FromV.builtin_str() << "\", \"n\", \"sme|sve\")\n";
1583 OS << "/*===---- arm_sme.h - ARM SME intrinsics "
1636 OS << "__ai __attribute__((target(\"sme\"))) void svundef_za(void) "
1640 createCoreHeaderIntrinsics(OS, *this, ACLEKind::SME);
1735 OS << "case SME::BI__builtin_sme_" << Def->getMangledName() << ":\n";
1781 OS << "case SME::BI__builtin_sme_" << Name << ":\n";
1795 case ACLEKind::SME:
1796 ExtensionKind = "SME";
1882 SVEEmitter(Records).createStreamingAttrs(OS, ACLEKind::SME);