Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h55 ExecutionMode getExecutionMode() const;
H A DCGOpenMPRuntimeGPU.cpp505 CGOpenMPRuntimeGPU::getExecutionMode() const { in getExecutionMode() function in CGOpenMPRuntimeGPU
924 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) { in emitParallelOutlinedFunction()
982 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitTeamsOutlinedFunction()
984 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in emitTeamsOutlinedFunction()
1998 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitFunctionProlog()
2124 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in getDefaultDistScheduleAndChunk()