Lines Matching refs:src0

6 define amdgpu_kernel void @test_fmed3(float addrspace(1)* %out, float %src0, float %src1, float %sr…
7 %med3 = call float @llvm.amdgcn.fmed3.f32(float %src0, float %src1, float %src2)
14 define amdgpu_kernel void @test_fmed3_srcmods(float addrspace(1)* %out, float %src0, float %src1, f…
15 %src0.fneg = fsub float -0.0, %src0
19 …%med3 = call float @llvm.amdgcn.fmed3.f32(float %src0.fneg, float %src1.fabs, float %src2.fneg.fab…
26 define amdgpu_kernel void @test_fneg_fmed3(float addrspace(1)* %out, float %src0, float %src1, floa…
27 %med3 = call float @llvm.amdgcn.fmed3.f32(float %src0, float %src1, float %src2)
36 define amdgpu_kernel void @test_fneg_fmed3_multi_use(float addrspace(1)* %out, float %src0, float %…
37 %med3 = call float @llvm.amdgcn.fmed3.f32(float %src0, float %src1, float %src2)
48 define amdgpu_kernel void @test_fabs_fmed3(float addrspace(1)* %out, float %src0, float %src1, floa…
49 %med3 = call float @llvm.amdgcn.fmed3.f32(float %src0, float %src1, float %src2)
58 define amdgpu_kernel void @test_fneg_fmed3_rr_0(float addrspace(1)* %out, float %src0, float %src1)…
59 %med3 = call float @llvm.amdgcn.fmed3.f32(float %src0, float %src1, float 0.0)
70 define amdgpu_kernel void @test_fneg_fmed3_rr_0_foldable_user(float addrspace(1)* %out, float %src0
71 %med3 = call float @llvm.amdgcn.fmed3.f32(float %src0, float %src1, float 0.0)
82 define amdgpu_kernel void @test_fneg_fmed3_r_inv2pi_0(float addrspace(1)* %out, float %src0) #1 {
83 %med3 = call float @llvm.amdgcn.fmed3.f32(float %src0, float 0x3FC45F3060000000, float 0.0)
94 …test_fneg_fmed3_r_inv2pi_0_foldable_user(float addrspace(1)* %out, float %src0, float %mul.arg) #1…
95 %med3 = call float @llvm.amdgcn.fmed3.f32(float %src0, float 0x3FC45F3060000000, float 0.0)