Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp74 CGOpenMPRuntimeGPU::EM_Unknown;
75 CGOpenMPRuntimeGPU::ExecutionMode &ExecMode;
84 ExecMode = CGOpenMPRuntimeGPU::EM_NonSPMD; in ExecutionRuntimeModesRAII()
92 ExecMode = CGOpenMPRuntimeGPU::EM_SPMD; in ExecutionRuntimeModesRAII()
555 CGOpenMPRuntimeGPU::ExecutionMode
560 static CGOpenMPRuntimeGPU::DataSharingMode
1081 CGOpenMPRuntimeGPU &RT; in emitSPMDKernel()
1200 CGOpenMPRuntimeGPU::CGOpenMPRuntimeGPU(CodeGenModule &CGM) in CGOpenMPRuntimeGPU() function in CGOpenMPRuntimeGPU
1739 CGOpenMPRuntimeGPU &RT = in createRuntimeShuffleFunction()
3208 void CGOpenMPRuntimeGPU::emitReduction( in emitReduction()
[all …]
H A DCGOpenMPRuntimeGPU.h24 class CGOpenMPRuntimeGPU : public CGOpenMPRuntime {
171 explicit CGOpenMPRuntimeGPU(CodeGenModule &CGM);
H A DCMakeLists.txt63 CGOpenMPRuntimeGPU.cpp
H A DCodeGenModule.cpp262 OpenMPRuntime.reset(new CGOpenMPRuntimeGPU(*this)); in createOpenMPRuntime()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/CodeGen/
H A DBUILD.gn69 "CGOpenMPRuntimeGPU.cpp",