Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:S0

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