Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h44 ExecutionMode getExecutionMode() const;
H A DCGOpenMPRuntimeGPU.cpp557 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()
[all …]