Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h29 EM_SPMD, enumerator
H A DCGOpenMPRuntimeGPU.cpp802 ExecutionRuntimeModesRAII ModeRAII(CurrentExecutionMode, EM_SPMD); in emitSPMDKernel()
924 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) { in emitParallelOutlinedFunction()
982 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitTeamsOutlinedFunction()
984 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in emitTeamsOutlinedFunction()
1998 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitFunctionProlog()
2124 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in getDefaultDistScheduleAndChunk()