Lines Matching refs:getExecutionMode
557 CGOpenMPRuntimeGPU::getExecutionMode() const { in getExecutionMode() function in CGOpenMPRuntimeGPU
1181 switch (getExecutionMode()) { in getDefaultLocationReserved2Flags()
1205 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitProcBindClause()
1215 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitNumThreadsClause()
1255 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD && in emitParallelOutlinedFunction()
1313 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitTeamsOutlinedFunction()
1315 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in emitTeamsOutlinedFunction()
1375 getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitGenericVarsProlog()
1455 getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitGenericVarsEpilog()
3578 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitFunctionProlog()
3709 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in getDefaultDistScheduleAndChunk()