Searched refs:agg_float_empty (Results 1 – 2 of 2) sorted by relevance
32 struct agg_float_empty { float a; [[no_unique_address]] empty dummy; }; argument 33 struct agg_float_empty pass_agg_float_empty(struct agg_float_empty arg) { return arg; } in pass_agg_float_empty() 34 // CHECK-LABEL: define{{.*}} void @_Z20pass_agg_float_empty15agg_float_empty(ptr dead_on_unwind noalias writable sret(%struct.agg_float_empty) align 4 %{{.*}}, float %{{.*}})35 // SOFT-FLOAT-LABEL: define{{.*}} void @_Z20pass_agg_float_empty15agg_float_empty(ptr dead_on_unwind noalias writable sret(%struct.agg_float_empty) align 4 %{{.*}}, i32 noext %{{.*}})
27 struct agg_float_empty { float a; [[no_unique_address]] empty dummy; }; argument30 agg_float_empty pass_agg_float_empty(agg_float_empty arg) { return arg; } in pass_agg_float_empty()