Searched refs:f42_stack (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Darm64-arguments.c517 int f42_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, function
519 // CHECK: define i32 @f42_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, %struct.s42* %s1, %struct.s42* %s2)
534 // CHECK: call i32 @f42_stack(i32 1, i32 2, i32 3, i32 4, i32 5, i32 6, i32 7, i32 8, i32 9, %struct.s42* %[[a]], %struct.s42* %[[b]])
535 return f42_stack(1, 2, 3, 4, 5, 6, 7, 8, 9, g42, g42_2);

Completed in 89 milliseconds