Home
last modified time | relevance | path

Searched refs:hasClusters (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp107 if (hasClusters()) in failIfClustersUnsupported()
H A DNVPTXSubtarget.h85 bool hasClusters() const { return SmVersion >= 90 && PTXVersion >= 78; } in hasClusters() function
H A DNVPTXInstrInfo.td118 def hasClusters : Predicate<"Subtarget->hasClusters()">;
H A DNVPTXIntrinsics.td1898 ….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]>;