Home
last modified time | relevance | path

Searched refs:__kmpc_taskgroup (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/tasking/hidden_helper_task/
H A Dtaskgroup.cpp52 __kmpc_taskgroup(nullptr, gtid); in main()
H A Dcommon.h52 void __kmpc_taskgroup(ident_t *, kmp_int32);
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp79 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId) { FunctionTracingRAII(); } in __kmpc_taskgroup() function
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h326 void __kmpc_taskgroup(IdentTy *Loc, uint32_t TId);
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_gsupport.cpp1635 __kmpc_taskgroup(&loc, gtid); in PARALLEL_LOOP()
1855 __kmpc_taskgroup(&loc, gtid); in __GOMP_taskloop()
2114 __kmpc_taskgroup(NULL, gtid); in __kmp_GOMP_init_reductions()
H A Ddllexports342 __kmpc_taskgroup 238
H A Dkmp_tasking.cpp2576 __kmpc_taskgroup(loc, gtid); // form new taskgroup first in __kmp_task_reduction_modifier_init()
2668 void __kmpc_taskgroup(ident_t *loc, int gtid) { in __kmpc_taskgroup() function
4926 __kmpc_taskgroup(loc, gtid); in __kmp_taskloop()
H A Dkmp.h3961 KMP_EXPORT void __kmpc_taskgroup(ident_t *loc, int gtid);
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def343 __OMP_RTL(__kmpc_taskgroup, false, Void, IdentPtr, Int32)
861 __OMP_RTL_ATTRS(__kmpc_taskgroup, BarrierAttrs, AttributeSet(),
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll547 declare void @__kmpc_taskgroup(%struct.ident_t*, i32)
1029 ; CHECK-NEXT: declare void @__kmpc_taskgroup(%struct.ident_t*, i32)
1557 ; OPTIMISTIC-NEXT: declare void @__kmpc_taskgroup(%struct.ident_t* nocapture nofree readonly, i32)