Searched refs:__kmpc_threadprivate_cached (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_threadprivate.cpp | 614 __kmpc_threadprivate_cached(ident_t *loc, in __kmpc_threadprivate_cached() function
|
D | dllexports | 247 __kmpc_threadprivate_cached 157
|
D | kmp.h | 3880 KMP_EXPORT void *__kmpc_threadprivate_cached(ident_t *loc, kmp_int32 global_tid,
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 472 __OMP_RTL(__kmpc_threadprivate_cached, false, VoidPtr, IdentPtr, Int32, VoidPtr, 940 __OMP_RTL_ATTRS(__kmpc_threadprivate_cached, DefaultAttrs, ReturnPtrAttrs,
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 610 declare i8* @__kmpc_threadprivate_cached(%struct.ident_t*, i32, i8*, i64, i8***) 1117 ; CHECK-NEXT: declare i8* @__kmpc_threadprivate_cached(%struct.ident_t*, i32, i8*, i64, i8***) 1642 ; OPTIMISTIC-NEXT: declare noalias i8* @__kmpc_threadprivate_cached(%struct.ident_t* nocapture nofr…
|