Lines Matching refs:getExecutionMode
698 CGOpenMPRuntimeNVPTX::getExecutionMode() const { in getExecutionMode() function in CGOpenMPRuntimeNVPTX
1886 switch (getExecutionMode()) { in getDefaultLocationReserved2Flags()
1910 if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) in emitProcBindClause()
1920 if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) in emitNumThreadsClause()
1960 if (getExecutionMode() != CGOpenMPRuntimeNVPTX::EM_SPMD && in emitParallelOutlinedFunction()
2018 if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) { in emitTeamsOutlinedFunction()
2085 getExecutionMode() != CGOpenMPRuntimeNVPTX::EM_SPMD) in emitGenericVarsProlog()
2113 getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_Unknown)) { in emitGenericVarsProlog()
2221 getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD ? 1 : 0), in emitGenericVarsProlog()
2302 getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_Unknown)) { in emitGenericVarsProlog()
2368 getExecutionMode() != CGOpenMPRuntimeNVPTX::EM_SPMD) in emitGenericVarsEpilog()
2385 getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_Unknown)) { in emitGenericVarsEpilog()
2413 getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD ? 1 : 0), in emitGenericVarsEpilog()
2454 if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) in emitParallelCall()
4209 getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) in emitFunctionProlog()
4302 if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) { in getDefaultDistScheduleAndChunk()