Searched refs:IsStreamingCompatible (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.h | 87 bool IsStreamingCompatible; variable 130 bool IsStreaming = false, bool IsStreamingCompatible = false, 180 bool isStreamingCompatible() const { return IsStreamingCompatible; } in isStreamingCompatible()
|
| H A D | AArch64Subtarget.cpp | 374 bool IsStreaming, bool IsStreamingCompatible, in AArch64Subtarget() argument 381 IsStreamingCompatible(IsStreamingCompatible), in AArch64Subtarget()
|
| H A D | AArch64TargetMachine.cpp | 439 bool IsStreamingCompatible = ForceStreamingCompatible || in getSubtargetImpl() local 469 << "IsStreamingCompatible=" << IsStreamingCompatible in getSubtargetImpl() 481 MaxSVEVectorSize, IsStreaming, IsStreamingCompatible, HasMinSize); in getSubtargetImpl()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sme.td | 51 [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]>; 834 …zt", "viQ", "", MergeNone, "aarch64_sme_ldr_zt", [IsOverloadNone, IsStreamingCompatible, IsInOutZT… 835 …zt", "vi%", "", MergeNone, "aarch64_sme_str_zt", [IsOverloadNone, IsStreamingCompatible, IsInZT0],… 842 …zt", "vi", "", MergeNone, "aarch64_sme_zero_zt", [IsOverloadNone, IsStreamingCompatible, IsOutZT0]… [all …]
|
| H A D | arm_sve_sme_incl.td | 233 def IsStreamingCompatible : FlagType<0x4000000000>;
|