Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dcancel.cu16 EXTERN int32_t __kmpc_cancellationpoint(kmp_Ident *loc, int32_t global_tid, in __kmpc_cancellationpoint() function
/external/llvm-project/openmp/runtime/src/
Dkmp_cancel.cpp135 kmp_int32 __kmpc_cancellationpoint(ident_t *loc_ref, kmp_int32 gtid, in __kmpc_cancellationpoint() function
Ddllexports349 __kmpc_cancellationpoint 245
Dkmp_gsupport.cpp1610 return __kmpc_cancellationpoint(&loc, gtid, cncl_kind); in KMP_EXPAND_NAME()
1622 return __kmpc_cancellationpoint(&loc, gtid, cncl_kind); in KMP_EXPAND_NAME()
Dkmp.h3771 KMP_EXPORT kmp_int32 __kmpc_cancellationpoint(ident_t *loc_ref, kmp_int32 gtid,
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h416 EXTERN int32_t __kmpc_cancellationpoint(kmp_Ident *loc, int32_t global_tid,
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPKinds.def465 __OMP_RTL(__kmpc_cancellationpoint, false, Int32, IdentPtr, Int32, Int32)
929 __OMP_RTL_ATTRS(__kmpc_cancellationpoint, DefaultAttrs, AttributeSet(),
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll592 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…