Lines Matching refs:getExecutionMode
608 CGOpenMPRuntimeGPU::getExecutionMode() const { in getExecutionMode() function in CGOpenMPRuntimeGPU
1507 switch (getExecutionMode()) { in getDefaultLocationReserved2Flags()
1531 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitProcBindClause()
1541 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitNumThreadsClause()
1586 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD && in emitParallelOutlinedFunction()
1644 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitTeamsOutlinedFunction()
1646 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in emitTeamsOutlinedFunction()
1714 getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitGenericVarsProlog()
1742 getExecutionMode() == CGOpenMPRuntimeGPU::EM_Unknown)) { in emitGenericVarsProlog()
1852 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD ? 1 : 0), in emitGenericVarsProlog()
1937 getExecutionMode() == CGOpenMPRuntimeGPU::EM_Unknown)) { in emitGenericVarsProlog()
2004 getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitGenericVarsEpilog()
2022 getExecutionMode() == CGOpenMPRuntimeGPU::EM_Unknown)) { in emitGenericVarsEpilog()
2050 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD ? 1 : 0), in emitGenericVarsEpilog()
2091 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitParallelCall()
4332 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitFunctionProlog()
4469 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in getDefaultDistScheduleAndChunk()