Searched refs:__kmpc_omp_taskyield (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Tasking.cpp | 83 int32_t __kmpc_omp_taskyield(IdentTy *Loc, uint32_t TId, int) { in __kmpc_omp_taskyield() function
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Interface.h | 330 int32_t __kmpc_omp_taskyield(IdentTy *Loc, uint32_t TId, int);
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | dllexports | 336 __kmpc_omp_taskyield 235
|
| H A D | kmp.h | 3950 KMP_EXPORT kmp_int32 __kmpc_omp_taskyield(ident_t *loc_ref, kmp_int32 gtid,
|
| H A D | kmp_tasking.cpp | 2185 kmp_int32 __kmpc_omp_taskyield(ident_t *loc_ref, kmp_int32 gtid, int end_part) { in __kmpc_omp_taskyield() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 205 __OMP_RTL(__kmpc_omp_taskyield, false, Int32, IdentPtr, Int32, /* Int */ Int32) 635 __OMP_RTL_ATTRS(__kmpc_omp_taskyield, InaccessibleArgOnlyAttrs, AttributeSet(),
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 475 declare i32 @__kmpc_omp_taskyield(%struct.ident_t*, i32, i32) 921 ; CHECK-NEXT: declare i32 @__kmpc_omp_taskyield(%struct.ident_t*, i32, i32) 1449 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_omp_taskyield(%struct.ident_t* nocapture nofree readonly, i3…
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/ |
| H A D | openmp-llvm.mlir | 14 …// CHECK-NEXT: [[RET_VAL:%.*]] = call i32 @__kmpc_omp_taskyield(ptr @{{[0-9]+}}, i32 [[OMP_THREAD…
|