Home
last modified time | relevance | path

Searched refs:IsStreamingCompatible (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h83 bool IsStreamingCompatible; variable
123 bool IsStreaming = false, bool IsStreamingCompatible = false,
170 bool isStreamingCompatible() const { return IsStreamingCompatible; } in isStreamingCompatible()
H A DAArch64Subtarget.cpp325 bool IsStreaming, bool IsStreamingCompatible, in AArch64Subtarget() argument
332 IsStreamingCompatible(IsStreamingCompatible), in AArch64Subtarget()
H A DAArch64TargetMachine.cpp423 bool IsStreamingCompatible = ForceStreamingCompatible || in getSubtargetImpl() local
453 << "IsStreamingCompatible=" << IsStreamingCompatible in getSubtargetImpl()
465 MaxSVEVectorSize, IsStreaming, IsStreamingCompatible, HasMinSize); in getSubtargetImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sme.td51 [IsOverloadNone, IsStreamingCompatible, IsInOutZA],
55 [IsOverloadNone, IsStreamingCompatible, IsInOutZA],
90 [IsOverloadNone, IsStreamingCompatible, IsInZA],
94 [IsOverloadNone, IsStreamingCompatible, IsInZA],
145 [IsOverloadNone, IsStreamingCompatible, IsInOutZA],
148 [IsOverloadNone, IsStreamingCompatible, IsOutZA]>;
177 [IsOverloadNone, IsStreamingCompatible]>;
708 …zt", "viQ", "", MergeNone, "aarch64_sme_ldr_zt", [IsOverloadNone, IsStreamingCompatible, IsInOutZT…
709 …zt", "vi%", "", MergeNone, "aarch64_sme_str_zt", [IsOverloadNone, IsStreamingCompatible, IsInZT0],…
716 …zt", "vi", "", MergeNone, "aarch64_sme_zero_zt", [IsOverloadNone, IsStreamingCompatible, IsOutZT0]…
H A Darm_sve_sme_incl.td224 def IsStreamingCompatible : FlagType<0x4000000000>;