Searched refs:__kmpc_omp_taskyield (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | task.cu | 189 EXTERN int32_t __kmpc_omp_taskyield(kmp_Ident *loc, uint32_t global_tid, in __kmpc_omp_taskyield() function
|
/external/llvm-project/mlir/test/Target/ |
D | openmp-llvm.mlir | 14 …// CHECK-NEXT: [[RET_VAL:%.*]] = call i32 @__kmpc_omp_taskyield(%struct.ident_t* @{{[0-9]+}}, i32…
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 407 EXTERN int32_t __kmpc_omp_taskyield(kmp_Ident *loc, uint32_t global_tid,
|
/external/llvm-project/openmp/runtime/src/ |
D | dllexports | 336 __kmpc_omp_taskyield 235
|
D | kmp.h | 3743 KMP_EXPORT kmp_int32 __kmpc_omp_taskyield(ident_t *loc_ref, kmp_int32 gtid,
|
D | kmp_tasking.cpp | 1938 kmp_int32 __kmpc_omp_taskyield(ident_t *loc_ref, kmp_int32 gtid, int end_part) { in __kmpc_omp_taskyield() function
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 314 __OMP_RTL(__kmpc_omp_taskyield, false, Int32, IdentPtr, Int32, /* Int */ Int32) 698 __OMP_RTL_ATTRS(__kmpc_omp_taskyield, InaccessibleArgOnlyAttrs, AttributeSet(),
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 478 declare i32 @__kmpc_omp_taskyield(%struct.ident_t*, i32, i32) 919 ; CHECK-NEXT: declare i32 @__kmpc_omp_taskyield(%struct.ident_t*, i32, i32) 1444 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_omp_taskyield(%struct.ident_t* nocapture nofree readonly, i3…
|