Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h55 ExecutionMode getExecutionMode() const;
H A DCGOpenMPRuntimeGPU.cpp530 CGOpenMPRuntimeGPU::getExecutionMode() const { in getExecutionMode() function in CGOpenMPRuntimeGPU
944 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) { in emitParallelOutlinedFunction()
1002 if (getExecutionMode() != CGOpenMPRuntimeGPU::EM_SPMD) in emitTeamsOutlinedFunction()
1004 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in emitTeamsOutlinedFunction()
3204 getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) in emitFunctionProlog()
3330 if (getExecutionMode() == CGOpenMPRuntimeGPU::EM_SPMD) { in getDefaultDistScheduleAndChunk()