Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/SystemZ/
H A Dsystemz-abi.cpp19 struct agg_float_cpp { float a; int : 0; }; argument
20 struct agg_float_cpp pass_agg_float_cpp(struct agg_float_cpp arg) { return arg; } in pass_agg_float_cpp()
21 // CHECK-LABEL: define{{.*}} void @_Z18pass_agg_float_cpp13agg_float_cpp(ptr dead_on_unwind noalias writable sret(%struct.agg_float_cpp) align 4 %{{.*}}, i32 noext %{{.*}})
22 // SOFT-FLOAT-LABEL: define{{.*}} void @_Z18pass_agg_float_cpp13agg_float_cpp(ptr dead_on_unwind noalias writable sret(%struct.agg_float_cpp) align 4 %{{.*}}, i32 noext %{{.*}})
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc-aggregate-abi.cpp16 struct agg_float_cpp { float a; int : 0; }; argument
19 agg_float_cpp pass_agg_float_cpp(agg_float_cpp arg) { return arg; } in pass_agg_float_cpp()