Searched refs:__kmpc_cancel (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | cancel.cu | 23 EXTERN int32_t __kmpc_cancel(kmp_Ident *loc, int32_t global_tid, in __kmpc_cancel() function
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | parallel_region_merging.ll | 176 %9 = call i32 @__kmpc_cancel(%struct.ident_t* nonnull @1, i32 %8, i32 1) 190 %9 = call i32 @__kmpc_cancel(%struct.ident_t* nonnull @1, i32 %8, i32 1) 194 declare i32 @__kmpc_cancel(%struct.ident_t*, i32, i32) local_unnamed_addr 397 ; CHECK-NEXT: [[TMP9:%.*]] = call i32 @__kmpc_cancel(%struct.ident_t* noundef nonnull [[GLOB1]],… 410 ; CHECK-NEXT: [[TMP9:%.*]] = call i32 @__kmpc_cancel(%struct.ident_t* noundef nonnull [[GLOB1]],…
|
D | add_attributes.ll | 466 declare i32 @__kmpc_cancel(%struct.ident_t*, i32, i32) 901 ; CHECK-NEXT: declare i32 @__kmpc_cancel(%struct.ident_t*, i32, i32)
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_cancel.cpp | 29 kmp_int32 __kmpc_cancel(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 cncl_kind) { in __kmpc_cancel() function
|
D | dllexports | 348 __kmpc_cancel 244
|
D | kmp_gsupport.cpp | 1624 return __kmpc_cancel(&loc, gtid, cncl_kind); in KMP_EXPAND_NAME()
|
D | kmp.h | 3769 KMP_EXPORT kmp_int32 __kmpc_cancel(ident_t *loc_ref, kmp_int32 gtid,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 167 __OMP_RTL(__kmpc_cancel, false, Int32, IdentPtr, Int32, Int32)
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 418 EXTERN int32_t __kmpc_cancel(kmp_Ident *loc, int32_t global_tid,
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 308 __OMP_RTL(__kmpc_cancel, false, Int32, IdentPtr, Int32, Int32) 686 __OMP_RTL_ATTRS(__kmpc_cancel, InaccessibleArgOnlyAttrs, AttributeSet(),
|