Searched refs:ExecMode (Results 1 – 2 of 2) sorted by relevance
76 CGOpenMPRuntimeGPU::ExecutionMode &ExecMode; member in __anonf5421e1e0111::ExecutionRuntimeModesRAII79 ExecutionRuntimeModesRAII(CGOpenMPRuntimeGPU::ExecutionMode &ExecMode, in ExecutionRuntimeModesRAII() argument81 : ExecMode(ExecMode) { in ExecutionRuntimeModesRAII()82 SavedExecMode = ExecMode; in ExecutionRuntimeModesRAII()83 ExecMode = EntryMode; in ExecutionRuntimeModesRAII()85 ~ExecutionRuntimeModesRAII() { ExecMode = SavedExecMode; } in ~ExecutionRuntimeModesRAII()
3999 GlobalVariable *ExecMode = Kernel->getParent()->getGlobalVariable( in changeToSPMDMode() local4001 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()