Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DTasking.cpp83 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 DInterface.h330 int32_t __kmpc_omp_taskyield(IdentTy *Loc, uint32_t TId, int);
/llvm-project-15.0.7/openmp/runtime/src/
H A Ddllexports336 __kmpc_omp_taskyield 235
H A Dkmp.h3950 KMP_EXPORT kmp_int32 __kmpc_omp_taskyield(ident_t *loc_ref, kmp_int32 gtid,
H A Dkmp_tasking.cpp2185 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 DOMPKinds.def205 __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 Dadd_attributes.ll475 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 Dopenmp-llvm.mlir14 …// CHECK-NEXT: [[RET_VAL:%.*]] = call i32 @__kmpc_omp_taskyield(ptr @{{[0-9]+}}, i32 [[OMP_THREAD…