Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Ddllexports222 __kmpc_end_serialized_parallel 126
H A Dkmp_csupport.cpp509 void __kmpc_end_serialized_parallel(ident_t *loc, kmp_int32 global_tid) { in __kmpc_end_serialized_parallel() function
H A Dkmp.h3879 KMP_EXPORT void __kmpc_end_serialized_parallel(ident_t *, kmp_int32 global_tid);
H A Dkmp_runtime.cpp2395 __kmpc_end_serialized_parallel(loc, gtid); in __kmp_join_call()
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def454 __OMP_RTL(__kmpc_end_serialized_parallel, false, Void, IdentPtr, Int32)
643 __OMP_RTL_ATTRS(__kmpc_end_serialized_parallel, InaccessibleArgOnlyAttrs,
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll483 declare void @__kmpc_end_serialized_parallel(%struct.ident_t*, i32)
933 ; CHECK-NEXT: declare void @__kmpc_end_serialized_parallel(%struct.ident_t*, i32)
1461 ; OPTIMISTIC-NEXT: declare void @__kmpc_end_serialized_parallel(%struct.ident_t* nocapture nofree r…
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-llvm.mlir179 // CHECK: call void @__kmpc_end_serialized_parallel(ptr @[[SI_VAR_IF_1]], i32 %[[GTN_IF_1]])