Lines Matching refs:aligned_alloc
23 %aligned_allocation = tail call ptr @aligned_alloc(i32 %alignment, i32 %size)
31 ; CHECK-NEXT: [[ALIGNED_ALLOCATION:%.*]] = tail call ptr @aligned_alloc(i32 [[ALIGNMENT:%.*]], i…
35 %aligned_allocation = tail call ptr @aligned_alloc(i32 %alignment, i32 %size)
44 %aligned_allocation = tail call ptr @aligned_alloc(i32 8, i32 32)
51 …[ALIGNED_ALLOCATION:%.*]] = tail call dereferenceable_or_null(32) ptr @aligned_alloc(i32 3, i32 32)
55 %aligned_allocation = tail call ptr @aligned_alloc(i32 3, i32 32)
62 …[ALIGNED_ALLOCATION:%.*]] = tail call dereferenceable_or_null(31) ptr @aligned_alloc(i32 8, i32 31)
66 %aligned_allocation = tail call ptr @aligned_alloc(i32 8, i32 31)
71 ; This test uses a aligned allocation function different to @aligned_alloc,
72 ; and should be treated as having @aligned_alloc's constraints on alignment
85 declare noalias ptr @aligned_alloc(i32, i32) allockind("alloc,uninitialized,aligned") allocsize(1) …