Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dtask.cu179 EXTERN void __kmpc_taskgroup(kmp_Ident *loc, uint32_t global_tid) { in __kmpc_taskgroup() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h405 EXTERN void __kmpc_taskgroup(kmp_Ident *loc, uint32_t global_tid);
/external/llvm-project/openmp/runtime/src/
Ddllexports342 __kmpc_taskgroup 238
Dkmp_tasking.cpp2329 __kmpc_taskgroup(loc, gtid); // form new taskgroup first in __kmp_task_reduction_modifier_init()
2421 void __kmpc_taskgroup(ident_t *loc, int gtid) { in __kmpc_taskgroup() function
4465 __kmpc_taskgroup(loc, gtid); in __kmpc_taskloop()
Dkmp_gsupport.cpp1566 __kmpc_taskgroup(&loc, gtid); in PARALLEL_LOOP()
Dkmp.h3754 KMP_EXPORT void __kmpc_taskgroup(ident_t *loc, int gtid);
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def436 __OMP_RTL(__kmpc_taskgroup, false, Void, IdentPtr, Int32)
893 __OMP_RTL_ATTRS(__kmpc_taskgroup, BarrierAttrs, AttributeSet(),
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll550 declare void @__kmpc_taskgroup(%struct.ident_t*, i32)
1027 ; CHECK-NEXT: declare void @__kmpc_taskgroup(%struct.ident_t*, i32)
1552 ; OPTIMISTIC-NEXT: declare void @__kmpc_taskgroup(%struct.ident_t* nocapture nofree readonly, i32)