Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dtask.cu189 EXTERN int32_t __kmpc_omp_taskyield(kmp_Ident *loc, uint32_t global_tid, in __kmpc_omp_taskyield() function
/external/llvm-project/mlir/test/Target/
Dopenmp-llvm.mlir14 …// CHECK-NEXT: [[RET_VAL:%.*]] = call i32 @__kmpc_omp_taskyield(%struct.ident_t* @{{[0-9]+}}, i32…
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h407 EXTERN int32_t __kmpc_omp_taskyield(kmp_Ident *loc, uint32_t global_tid,
/external/llvm-project/openmp/runtime/src/
Ddllexports336 __kmpc_omp_taskyield 235
Dkmp.h3743 KMP_EXPORT kmp_int32 __kmpc_omp_taskyield(ident_t *loc_ref, kmp_int32 gtid,
Dkmp_tasking.cpp1938 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/
DOMPKinds.def314 __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/
Dadd_attributes.ll478 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…