Searched refs:__kmpc_for_static_init_4 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/test/Transforms/SCCP/ |
D | openmp_parallel_for.ll | 68 ; CHECK-NEXT: call void @__kmpc_for_static_init_4(%struct.ident_t* nonnull @0, i32 [[TMP5]], i32… 128 …call void @__kmpc_for_static_init_4(%struct.ident_t* nonnull @0, i32 %tmp5, i32 34, i32* nonnull %… 181 declare dso_local void @__kmpc_for_static_init_4(%struct.ident_t*, i32, i32, i32*, i32*, i32*, i32*…
|
/external/llvm-project/llvm/test/Transforms/Attributor/IPConstantProp/ |
D | openmp_parallel_for.ll | 106 ; IS________OPM-NEXT: call void @__kmpc_for_static_init_4(%struct.ident_t* noundef nonnull align… 167 ; IS________NPM-NEXT: call void @__kmpc_for_static_init_4(%struct.ident_t* noundef nonnull align… 227 …call void @__kmpc_for_static_init_4(%struct.ident_t* nonnull @0, i32 %tmp5, i32 34, i32* nonnull %… 280 declare dso_local void @__kmpc_for_static_init_4(%struct.ident_t*, i32, i32, i32*, i32*, i32*, i32*…
|
/external/llvm-project/clang/test/utils/update_cc_test_checks/Inputs/ |
D | generated-funcs.c.generated.expected | 60 // OMP-NEXT: call void @__kmpc_for_static_init_4(%struct.ident_t* [[GLOB1:@.*]], i32 [[TMP1]], i… 134 // OMP-NEXT: call void @__kmpc_for_static_init_4(%struct.ident_t* [[GLOB1]], i32 [[TMP1]], i32 3…
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 239 EXTERN void __kmpc_for_static_init_4(kmp_Ident *loc, int32_t global_tid,
|
/external/llvm-project/openmp/runtime/src/ |
D | dllexports | 228 __kmpc_for_static_init_4 136
|
D | kmp_sched.cpp | 804 void __kmpc_for_static_init_4(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, in __kmpc_for_static_init_4() function
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | loop.cu | 618 EXTERN void __kmpc_for_static_init_4(kmp_Ident *loc, int32_t global_tid, in __kmpc_for_static_init_4() function
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 374 __OMP_RTL(__kmpc_for_static_init_4, false, Void, IdentPtr, Int32, Int32, 786 __OMP_RTL_ATTRS(__kmpc_for_static_init_4, GetterArgWriteAttrs, AttributeSet(),
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 514 declare void @__kmpc_for_static_init_4(%struct.ident_t*, i32, i32, i32*, i32*, i32*, i32*, i32, i32) 973 ; CHECK-NEXT: declare void @__kmpc_for_static_init_4(%struct.ident_t*, i32, i32, i32*, i32*, i32*, … 1498 ; OPTIMISTIC-NEXT: declare void @__kmpc_for_static_init_4(%struct.ident_t* nocapture nofree readonl…
|