Searched refs:__kmpc_cancellationpoint (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | cancel.cu | 16 EXTERN int32_t __kmpc_cancellationpoint(kmp_Ident *loc, int32_t global_tid, in __kmpc_cancellationpoint() function
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_cancel.cpp | 135 kmp_int32 __kmpc_cancellationpoint(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_cancellationpoint() function
|
D | dllexports | 349 __kmpc_cancellationpoint 245
|
D | kmp_gsupport.cpp | 1610 return __kmpc_cancellationpoint(&loc, gtid, cncl_kind); in KMP_EXPAND_NAME() 1622 return __kmpc_cancellationpoint(&loc, gtid, cncl_kind); in KMP_EXPAND_NAME()
|
D | kmp.h | 3771 KMP_EXPORT kmp_int32 __kmpc_cancellationpoint(ident_t *loc_ref, kmp_int32 gtid,
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 416 EXTERN int32_t __kmpc_cancellationpoint(kmp_Ident *loc, int32_t global_tid,
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 465 __OMP_RTL(__kmpc_cancellationpoint, false, Int32, IdentPtr, Int32, Int32) 929 __OMP_RTL_ATTRS(__kmpc_cancellationpoint, DefaultAttrs, AttributeSet(),
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 592 declare i32 @__kmpc_cancellationpoint(%struct.ident_t*, i32, i32) 1090 ; CHECK-NEXT: declare i32 @__kmpc_cancellationpoint(%struct.ident_t*, i32, i32) 1615 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_cancellationpoint(%struct.ident_t* nocapture nofree readonly…
|