Searched refs:UseGenericStateMachine (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Kernel.cpp | 69 bool UseGenericStateMachine, bool) { in __kmpc_target_init() argument 102 if (UseGenericStateMachine && in __kmpc_target_init()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Interface.h | 220 bool UseGenericStateMachine, bool);
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | spmdization_constant_prop.ll | 107 …f readnone %Ident, i8 noundef signext %Mode, i1 noundef zeroext %UseGenericStateMachine, i1 nounde… 250 %or.cond251 = select i1 %UseGenericStateMachine, i1 %cmp, i1 false
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3674 ConstantInt *UseGenericStateMachine = in createTargetInit() local 3683 Fn, {Ident, IsSPMDVal, UseGenericStateMachine, RequiresFullRuntimeVal}); in createTargetInit()
|