Lines Matching refs:getExecutionMode
614 CGOpenMPRuntimeGPU::getExecutionMode() const { in getExecutionMode() function in CGOpenMPRuntimeGPU
1515 switch (getExecutionMode()) { in getDefaultLocationReserved2Flags()
1539 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitProcBindClause()
1549 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitNumThreadsClause()
1589 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD && in emitParallelOutlinedFunction()
1647 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitTeamsOutlinedFunction()
1649 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in emitTeamsOutlinedFunction()
1712 getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitGenericVarsProlog()
1740 getExecutionMode() == CGOpenMPRuntimeGPU::EM_Unknown)) { in emitGenericVarsProlog()
1850 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD ? 1 : 0), in emitGenericVarsProlog()
1936 getExecutionMode() == CGOpenMPRuntimeGPU::EM_Unknown)) { in emitGenericVarsProlog()
2003 getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitGenericVarsEpilog()
2021 getExecutionMode() == CGOpenMPRuntimeGPU::EM_Unknown)) { in emitGenericVarsEpilog()
2049 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD ? 1 : 0), in emitGenericVarsEpilog()
4168 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitFunctionProlog()
4305 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in getDefaultDistScheduleAndChunk()