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