Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:S0

7 } S0;
9 // Insert padding to ensure arguments of type S0 are aligned to 16-byte boundaries.
15 extern void foo2(int, int, int, S0, S0, int, S0);
17 void foo1(int a0, S0 a1, S0 a2, int b, S0 a3) {
35 // N64: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
36 // N64: call void @foo6(%struct.S0* sret %agg.result, i32 1, i32 2, i64 undef, fp128 %a0)
37 // N64: declare void @foo6(%struct.S0* sret, i32, i32, i64, fp128)
39 extern S0 foo6(int, int, long double);
41 S0 foo5(long double a0) {