Searched refs:__kmpc_aligned_alloc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project/openmp/runtime/src/ |
| H A D | dllexports | 539 __kmpc_aligned_alloc
|
| H A D | kmp_alloc.cpp | 1510 void *__kmpc_aligned_alloc(int gtid, size_t algn, size_t size, in __kmpc_aligned_alloc() function
|
| H A D | kmp.h | 1140 extern void *__kmpc_aligned_alloc(int gtid, size_t align, size_t sz,
|
| /llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 411 __OMP_RTL(__kmpc_aligned_alloc, false, VoidPtr, /* Int */ Int32, SizeTy, SizeTy, 996 __OMP_RTL_ATTRS(__kmpc_aligned_alloc, DefaultAttrs, ReturnPtrAttrs,
|
| /llvm-project/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 677 declare ptr @__kmpc_aligned_alloc(i32, i64, i64, ptr); 1294 ; CHECK-NEXT: declare noalias ptr @__kmpc_aligned_alloc(i32, i64, i64, ptr) 1936 ; OPTIMISTIC-NEXT: declare noalias ptr @__kmpc_aligned_alloc(i32, i64, i64, ptr) 2594 ; EXT-NEXT: declare noalias ptr @__kmpc_aligned_alloc(i32 signext, i64, i64, ptr)
|