Searched refs:__kmpc_taskloop (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/test/tasking/ |
| H A D | kmp_taskloop.c | 60 __kmpc_taskloop(ident_t *loc, int gtid, kmp_task_t *task, int if_val, 127 __kmpc_taskloop( in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Tasking.cpp | 93 void __kmpc_taskloop(IdentTy *Loc, uint32_t TId, in __kmpc_taskloop() function
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Interface.h | 334 void __kmpc_taskloop(IdentTy *Loc, uint32_t TId,
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | dllexports | 373 __kmpc_taskloop 266
|
| H A D | kmp_gsupport.cpp | 1866 __kmpc_taskloop(&loc, gtid, task, if_val, (kmp_uint64 *)&(loop_bounds[0]), in __GOMP_taskloop()
|
| H A D | kmp.h | 3985 KMP_EXPORT void __kmpc_taskloop(ident_t *loc, kmp_int32 gtid, kmp_task_t *task,
|
| H A D | kmp_tasking.cpp | 5097 void __kmpc_taskloop(ident_t *loc, int gtid, kmp_task_t *task, int if_val, in __kmpc_taskloop() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 352 __OMP_RTL(__kmpc_taskloop, false, Void, IdentPtr, /* Int */ Int32, VoidPtr, 871 __OMP_RTL_ATTRS(__kmpc_taskloop, DefaultAttrs, AttributeSet(),
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 595 declare void @__kmpc_taskloop(%struct.ident_t*, i32, i8*, i32, i64*, i64*, i64, i32, i32, i64, i8*) 1101 ; CHECK-NEXT: declare void @__kmpc_taskloop(%struct.ident_t*, i32, i8*, i32, i64*, i64*, i64, i32, … 1629 ; OPTIMISTIC-NEXT: declare void @__kmpc_taskloop(%struct.ident_t* nocapture nofree readonly, i32, i…
|