Home
last modified time | relevance | path

Searched refs:__kmpc_omp_taskwait (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/tasking/hidden_helper_task/
H A Dcommon.h45 kmp_int32 __kmpc_omp_taskwait(ident_t *, kmp_int32);
H A Dgtid.cpp118 __kmpc_omp_taskwait(nullptr, gtid); in main()
H A Ddepend.cpp120 __kmpc_omp_taskwait(nullptr, gtid); in main()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp88 int32_t __kmpc_omp_taskwait(IdentTy *Loc, uint32_t TId) { in __kmpc_omp_taskwait() function
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h332 int32_t __kmpc_omp_taskwait(IdentTy *Loc, uint32_t TId);
/llvm-project-15.0.7/openmp/runtime/src/
H A Ddllexports284 __kmpc_omp_taskwait 193
H A Dkmp_gsupport.cpp1348 __kmpc_omp_taskwait(&loc, gtid); in KMP_EXPAND_NAME()
H A Dkmp.h3948 KMP_EXPORT kmp_int32 __kmpc_omp_taskwait(ident_t *loc_ref, kmp_int32 gtid);
H A Dkmp_tasking.cpp2173 kmp_int32 __kmpc_omp_taskwait(ident_t *loc_ref, kmp_int32 gtid) { in __kmpc_omp_taskwait() function
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def204 __OMP_RTL(__kmpc_omp_taskwait, false, Int32, IdentPtr, Int32)
633 __OMP_RTL_ATTRS(__kmpc_omp_taskwait, BarrierAttrs, AttributeSet(),
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll473 declare i32 @__kmpc_omp_taskwait(%struct.ident_t*, i32)
918 ; CHECK-NEXT: declare i32 @__kmpc_omp_taskwait(%struct.ident_t*, i32)
1446 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_omp_taskwait(%struct.ident_t* nocapture nofree readonly, i32)
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-llvm.mlir10 …// CHECK-NEXT: [[RET_VAL:%.*]] = call i32 @__kmpc_omp_taskwait(ptr @{{[0-9]+}}, i32 [[OMP_THREAD1…