Home
last modified time | relevance | path

Searched refs:SM_90 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsNVPTX.def28 #pragma push_macro("SM_90")
31 #define SM_90 "sm_90|" SM_90a
32 #define SM_89 "sm_89|" SM_90
114 TARGET_BUILTIN(__nvvm_read_ptx_sreg_clusterid_x, "i", "nc", AND(SM_90, PTX78))
115 TARGET_BUILTIN(__nvvm_read_ptx_sreg_clusterid_y, "i", "nc", AND(SM_90, PTX78))
116 TARGET_BUILTIN(__nvvm_read_ptx_sreg_clusterid_z, "i", "nc", AND(SM_90, PTX78))
117 TARGET_BUILTIN(__nvvm_read_ptx_sreg_clusterid_w, "i", "nc", AND(SM_90, PTX78))
119 TARGET_BUILTIN(__nvvm_read_ptx_sreg_nclusterid_x, "i", "nc", AND(SM_90, PTX78))
120 TARGET_BUILTIN(__nvvm_read_ptx_sreg_nclusterid_y, "i", "nc", AND(SM_90, PTX78))
121 TARGET_BUILTIN(__nvvm_read_ptx_sreg_nclusterid_z, "i", "nc", AND(SM_90, PTX78))
[all …]
H A DCuda.h79 SM_90, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DCuda.cpp220 case OffloadArch::SM_90: in MinVersionForOffloadArch()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp281 case OffloadArch::SM_90: in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2278 case OffloadArch::SM_90: in processRequiresDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp5137 if (SM == OffloadArch::UNKNOWN || SM < OffloadArch::SM_90) { in CreateLaunchBoundsAttr()