Lines Matching refs:half
7 define void @fadd(float %x1, double %x2 ,half %x3, fp128 %x4, x86_fp80 %x5, ppc_fp128 %x6){
15 ; CHECK-NEXT: %res3 = fadd half %x3, %x3
16 %res3 = fadd half %x3, %x3
70 define void @faddHalfVec(<2 x half> %x1, <3 x half> %x2 ,<4 x half> %x3, <8 x half> %x4, <16 x half…
72 ; CHECK: %res1 = fadd <2 x half> %x1, %x1
73 %res1 = fadd <2 x half> %x1, %x1
75 ; CHECK-NEXT: %res2 = fadd <3 x half> %x2, %x2
76 %res2 = fadd <3 x half> %x2, %x2
78 ; CHECK-NEXT: %res3 = fadd <4 x half> %x3, %x3
79 %res3 = fadd <4 x half> %x3, %x3
81 ; CHECK-NEXT: %res4 = fadd <8 x half> %x4, %x4
82 %res4 = fadd <8 x half> %x4, %x4
84 ; CHECK-NEXT: %res5 = fadd <16 x half> %x5, %x5
85 %res5 = fadd <16 x half> %x5, %x5