Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp76 CGOpenMPRuntimeGPU::ExecutionMode &ExecMode; member in __anonf5421e1e0111::ExecutionRuntimeModesRAII
79 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII() argument
81 : ExecMode(ExecMode) { in ExecutionRuntimeModesRAII()
82 SavedExecMode = ExecMode; in ExecutionRuntimeModesRAII()
83 ExecMode = EntryMode; in ExecutionRuntimeModesRAII()
85 ~ExecutionRuntimeModesRAII() { ExecMode = SavedExecMode; } in ~ExecutionRuntimeModesRAII()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3999 GlobalVariable *ExecMode = Kernel->getParent()->getGlobalVariable( in changeToSPMDMode() local
4001 assert(ExecMode && "Kernel without exec mode?"); in changeToSPMDMode()
4002 assert(ExecMode->getInitializer() && "ExecMode doesn't have initializer!"); in changeToSPMDMode()
4005 assert(isa<ConstantInt>(ExecMode->getInitializer()) && in changeToSPMDMode()
4008 cast<ConstantInt>(ExecMode->getInitializer())->getSExtValue(); in changeToSPMDMode()
4026 ExecMode->setInitializer( in changeToSPMDMode()
4027 ConstantInt::get(ExecMode->getInitializer()->getType(), in changeToSPMDMode()