Home
last modified time | relevance | path

Searched refs:agg_float_empty (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.cpp32 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 %{{.*}})
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc-aggregate-abi.cpp27 struct agg_float_empty { float a; [[no_unique_address]] empty dummy; }; argument
30 agg_float_empty pass_agg_float_empty(agg_float_empty arg) { return arg; } in pass_agg_float_empty()