Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp72 class ExecutionRuntimeModesRAII { class
79 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII() function in __anone34f085d0111::ExecutionRuntimeModesRAII
85 ~ExecutionRuntimeModesRAII() { ExecMode = SavedExecMode; } in ~ExecutionRuntimeModesRAII()
730 ExecutionRuntimeModesRAII ModeRAII(CurrentExecutionMode, EM_NonSPMD); in emitNonSPMDKernel()
822 ExecutionRuntimeModesRAII ModeRAII(CurrentExecutionMode, EM_SPMD); in emitSPMDKernel()