Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp698 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()
2368 getExecutionMode() != CGOpenMPRuntimeNVPTX::EM_SPMD) in emitGenericVarsEpilog()
2454 if (getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) in emitParallelCall()
4209 getExecutionMode() == CGOpenMPRuntimeNVPTX::EM_SPMD) in emitFunctionProlog()
[all …]
H A DCGOpenMPRuntimeNVPTX.h57 ExecutionMode getExecutionMode() const;