Searched refs:__kmpc_dispatch_next_4u (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 329 EXTERN int __kmpc_dispatch_next_4u(kmp_Ident *loc, int32_t global_tid,
|
/external/llvm-project/openmp/runtime/src/ |
D | dllexports | 326 __kmpc_dispatch_next_4u 231
|
D | kmp_dispatch.cpp | 2435 int __kmpc_dispatch_next_4u(ident_t *loc, kmp_int32 gtid, kmp_int32 *p_last, in __kmpc_dispatch_next_4u() function
|
D | kmp.h | 3337 extern int __kmpc_dispatch_next_4u(ident_t *loc, kmp_int32 gtid,
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | loop.cu | 570 EXTERN int __kmpc_dispatch_next_4u(kmp_Ident *loc, int32_t tid, in __kmpc_dispatch_next_4u() function
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 401 __OMP_RTL(__kmpc_dispatch_next_4u, false, Int32, IdentPtr, Int32, Int32Ptr, 831 __OMP_RTL_ATTRS(__kmpc_dispatch_next_4u, GetterArgWriteAttrs, AttributeSet(),
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 570 declare i32 @__kmpc_dispatch_next_4u(%struct.ident_t*, i32, i32*, i32*, i32*, i32*) 1057 ; CHECK-NEXT: declare i32 @__kmpc_dispatch_next_4u(%struct.ident_t*, i32, i32*, i32*, i32*, i32*) 1582 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_dispatch_next_4u(%struct.ident_t* nocapture nofree readonly,…
|