Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h57 DataSharingMode getDataSharingMode() const;
H A DCGOpenMPRuntimeGPU.cpp535 CGOpenMPRuntimeGPU::getDataSharingMode() const { in getDataSharingMode() function in CGOpenMPRuntimeGPU
1062 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()