Lines Matching refs:round
25 %result = call float @llvm.round.f32(float %x) #1
39 %result = call <2 x float> @llvm.round.v2f32(<2 x float> %in) #1
48 %result = call <4 x float> @llvm.round.v4f32(<4 x float> %in) #1
57 %result = call <8 x float> @llvm.round.v8f32(<8 x float> %in) #1
78 %result = call half @llvm.round.f16(half %x) #1
93 %result = call <2 x half> @llvm.round.v2f16(<2 x half> %in)
98 declare float @llvm.round.f32(float) #1
99 declare <2 x float> @llvm.round.v2f32(<2 x float>) #1
100 declare <4 x float> @llvm.round.v4f32(<4 x float>) #1
101 declare <8 x float> @llvm.round.v8f32(<8 x float>) #1
103 declare half @llvm.round.f16(half) #1
104 declare <2 x half> @llvm.round.v2f16(<2 x half>) #1
105 declare <4 x half> @llvm.round.v4f16(<4 x half>) #1
106 declare <8 x half> @llvm.round.v8f16(<8 x half>) #1