Lines Matching refs:round
10 ; GFX7-NEXT: [[T1:%.*]] = tail call half @llvm.round.f16(half [[T]])
13 ; GFX7-NEXT: [[T4:%.*]] = tail call half @llvm.round.f16(half [[T3]])
19 ; GFX8-NEXT: [[TMP0:%.*]] = call <2 x half> @llvm.round.v2f16(<2 x half> [[ARG:%.*]])
24 %t1 = tail call half @llvm.round.half(half %t)
27 %t4 = tail call half @llvm.round.half(half %t3)
37 ; GCN-NEXT: [[T1:%.*]] = tail call float @llvm.round.f32(float [[T]])
40 ; GCN-NEXT: [[T4:%.*]] = tail call float @llvm.round.f32(float [[T3]])
46 %t1 = tail call float @llvm.round.f32(float %t)
49 %t4 = tail call float @llvm.round.f32(float %t3)
54 declare half @llvm.round.half(half) #0
55 declare float @llvm.round.f32(float) #0