Searched refs:CGOpenMPRuntimeGPU (Results 1 – 4 of 4) sorted by relevance
75 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::ExecutionMode505 CGOpenMPRuntimeGPU::getExecutionMode() const { in getExecutionMode()509 CGOpenMPRuntimeGPU::DataSharingMode510 CGOpenMPRuntimeGPU::getDataSharingMode() const { in getDataSharingMode()704 void CGOpenMPRuntimeGPU::emitNonSPMDKernel(const OMPExecutableDirective &D, in emitNonSPMDKernel()[all …]
24 class CGOpenMPRuntimeGPU : public CGOpenMPRuntime {132 explicit CGOpenMPRuntimeGPU(CodeGenModule &CGM);
597 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()
307 SRCS_MIN+= CodeGen/CGOpenMPRuntimeGPU.cpp