Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp75 CGOpenMPRuntimeGPU::ExecutionMode SavedExecMode =
76 CGOpenMPRuntimeGPU::EM_Unknown;
77 CGOpenMPRuntimeGPU::ExecutionMode &ExecMode;
80 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII()
81 CGOpenMPRuntimeGPU::ExecutionMode EntryMode) in ExecutionRuntimeModesRAII()
504 CGOpenMPRuntimeGPU::ExecutionMode
505 CGOpenMPRuntimeGPU::getExecutionMode() const { in getExecutionMode()
509 CGOpenMPRuntimeGPU::DataSharingMode
510 CGOpenMPRuntimeGPU::getDataSharingMode() const { in getDataSharingMode()
704 void CGOpenMPRuntimeGPU::emitNonSPMDKernel(const OMPExecutableDirective &D, in emitNonSPMDKernel()
[all …]
H A DCGOpenMPRuntimeGPU.h24 class CGOpenMPRuntimeGPU : public CGOpenMPRuntime {
132 explicit CGOpenMPRuntimeGPU(CodeGenModule &CGM);
H A DCodeGenModule.cpp597 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()
/freebsd/lib/clang/libclang/
H A DMakefile307 SRCS_MIN+= CodeGen/CGOpenMPRuntimeGPU.cpp