Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h43 ExecutionMode getExecutionMode() const;
H A DCGOpenMPRuntimeGPU.cpp556 CGOpenMPRuntimeGPU::getExecutionMode() const { in getExecutionMode() function in CGOpenMPRuntimeGPU
1186 switch (getExecutionMode()) { in getDefaultLocationReserved2Flags()
1223 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitProcBindClause()
1269 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD && in emitParallelOutlinedFunction()
1327 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitTeamsOutlinedFunction()
1329 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in emitTeamsOutlinedFunction()
1389 getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitGenericVarsProlog()
1476 getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitGenericVarsEpilog()
3634 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitFunctionProlog()
3765 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in getDefaultDistScheduleAndChunk()