Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Ddllexports240 __kmpc_serialized_parallel 150
H A Dkmp_csupport.cpp491 void __kmpc_serialized_parallel(ident_t *loc, kmp_int32 global_tid) { in __kmpc_serialized_parallel() function
H A Dkmp.h3878 KMP_EXPORT void __kmpc_serialized_parallel(ident_t *, kmp_int32 global_tid);
H A Dkmp_runtime.cpp1475 __kmpc_serialized_parallel(loc, gtid); in __kmp_fork_call()
1758 __kmpc_serialized_parallel(loc, gtid); in __kmp_fork_call()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def453 __OMP_RTL(__kmpc_serialized_parallel, false, Void, IdentPtr, Int32)
641 __OMP_RTL_ATTRS(__kmpc_serialized_parallel, InaccessibleArgOnlyAttrs,
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll481 declare void @__kmpc_serialized_parallel(%struct.ident_t*, i32)
930 ; CHECK-NEXT: declare void @__kmpc_serialized_parallel(%struct.ident_t*, i32)
1458 ; OPTIMISTIC-NEXT: declare void @__kmpc_serialized_parallel(%struct.ident_t* nocapture nofree reado…
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-llvm.mlir177 // CHECK: call void @__kmpc_serialized_parallel(ptr @[[SI_VAR_IF_1]], i32 %[[GTN_IF_1]])