Home
last modified time | relevance | path

Searched refs:RuntimeMode (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Dsupport.h28 enum RuntimeMode { enum
34 DEVICE void setExecutionParameters(ExecutionMode EMode, RuntimeMode RMode);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dsupport.cu21 DEVICE void setExecutionParameters(ExecutionMode EMode, RuntimeMode RMode) { in setExecutionParameters()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp78 bool *RuntimeMode = nullptr; member in __anonad6df77e0111::ExecutionRuntimeModesRAII
89 bool &RuntimeMode, bool FullRuntimeMode) in ExecutionRuntimeModesRAII() argument
90 : ExecMode(ExecMode), RuntimeMode(&RuntimeMode) { in ExecutionRuntimeModesRAII()
92 SavedRuntimeMode = RuntimeMode; in ExecutionRuntimeModesRAII()
94 RuntimeMode = FullRuntimeMode; in ExecutionRuntimeModesRAII()
98 if (RuntimeMode) in ~ExecutionRuntimeModesRAII()
99 *RuntimeMode = SavedRuntimeMode; in ~ExecutionRuntimeModesRAII()