Lines Matching defs:SME
47 enum class ACLEKind { SVE, SME };
401 /// Emit all the SME __builtin prototypes and code needed by Sema.
1106 case ACLEKind::SME:
1603 OS << "/*===---- arm_sme.h - ARM SME intrinsics "
1653 createCoreHeaderIntrinsics(OS, *this, ACLEKind::SME);
1747 OS << "case SME::BI__builtin_sme_" << Def->getMangledName() << ":\n";
1794 OS << "case SME::BI__builtin_sme_" << Name << ":\n";
1808 case ACLEKind::SME:
1809 ExtensionKind = "SME";
1899 SVEEmitter(Records).createStreamingAttrs(OS, ACLEKind::SME);