Home | History | Annotate | Download | only in CodeGenCXX

Lines Matching refs:D5

39 struct D5 : I1, I2, I3 {}; // homogeneous aggregate
63 D5 CC func_D5(D5 x) { return x; }
65 // ARM32: define arm_aapcs_vfpcc %struct.D5 @_Z7func_D52D5(%struct.D5 %x.coerce)
70 // ARM64-LABEL: define %struct.D5 @_Z7func_D52D5([3 x double] %x.coerce)
71 // ARM64: bitcast %struct.D5* %{{.*}} to [3 x double]*
74 void call_D5(D5 *p) {
80 // ARM64-LABEL: define void @_Z7call_D5P2D5(%struct.D5* %p)
82 // ARM64: call %struct.D5 @_Z7func_D52D5([3 x double] %{{.*}})