Home
last modified time | relevance | path

Searched refs:DS_Generic (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h44 DS_Generic, enumerator
349 DataSharingMode CurrentDataSharingMode = DataSharingMode::DS_Generic;
H A DCGOpenMPRuntimeGPU.cpp1062 if (getDataSharingMode() != CGOpenMPRuntimeGPU::DS_Generic) in emitGenericVarsProlog()
1172 if (getDataSharingMode() != CGOpenMPRuntimeGPU::DS_Generic) in emitGenericVarsEpilog()
3186 if (getDataSharingMode() != CGOpenMPRuntimeGPU::DS_Generic) in emitFunctionProlog()
3295 if (getDataSharingMode() != CGOpenMPRuntimeGPU::DS_Generic) in getAddressOfLocalVariable()