Home
last modified time | relevance | path

Searched refs:__kmpc_aligned_alloc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/openmp/runtime/src/
H A Ddllexports539 __kmpc_aligned_alloc
H A Dkmp_alloc.cpp1510 void *__kmpc_aligned_alloc(int gtid, size_t algn, size_t size, in __kmpc_aligned_alloc() function
H A Dkmp.h1140 extern void *__kmpc_aligned_alloc(int gtid, size_t align, size_t sz,
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def411 __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 Dadd_attributes.ll677 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)