Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DKernel.cpp69 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 DInterface.h220 bool UseGenericStateMachine, bool);
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dspmdization_constant_prop.ll107 …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 DOMPIRBuilder.cpp3674 ConstantInt *UseGenericStateMachine = in createTargetInit() local
3683 Fn, {Ident, IsSPMDVal, UseGenericStateMachine, RequiresFullRuntimeVal}); in createTargetInit()