Lines Matching refs:dy
72 ;void daxpy_ur(int n,float da,float *dx,float *dy)
77 ; dy[i] = dy[i] + da*dx[i];
78 ; dy[i+1] = dy[i+1] + da*dx[i+1];
79 ; dy[i+2] = dy[i+2] + da*dx[i+2];
80 ; dy[i+3] = dy[i+3] + da*dx[i+3];
83 define void @daxpy_ur(i32 %n, float %da, float* nocapture readonly %dx, float* nocapture %dy) {
91 %arrayidx = getelementptr inbounds float, float* %dy, i32 %i.056
99 %arrayidx4 = getelementptr inbounds float, float* %dy, i32 %add3
107 %arrayidx12 = getelementptr inbounds float, float* %dy, i32 %add11
115 %arrayidx20 = getelementptr inbounds float, float* %dy, i32 %add19
143 ; CHECK: %arrayidx = getelementptr inbounds float, float* %dy, i32 %6