Searched refs:hasClusters (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXSubtarget.cpp | 107 if (hasClusters()) in failIfClustersUnsupported()
|
| H A D | NVPTXSubtarget.h | 85 bool hasClusters() const { return SmVersion >= 90 && PTXVersion >= 78; } in hasClusters() function
|
| H A D | NVPTXInstrInfo.td | 118 def hasClusters : Predicate<"Subtarget->hasClusters()">;
|
| H A D | NVPTXIntrinsics.td | 1898 ….shared::cluster", op_str, ATOMIC_SHARED_CLUSTER_CHK<frag_pat>, !listconcat([hasClusters], preds)>; 1906 ….shared::cluster", op_str, ATOMIC_SHARED_CLUSTER_CHK<frag_pat>, !listconcat([hasClusters], preds)>; 2204 defm cvta_shared_cluster : NG_TO_G<"shared::cluster", false, [hasClusters]>; 2205 defm cvta_to_shared_cluster : G_TO_NG<"shared::cluster", false, [hasClusters]>;
|