Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Rsq

4793     return DAG.getNode(AMDGPUISD::RSQ, DL, VT, Op.getOperand(1));
4811 SDValue Rsq = DAG.getNode(AMDGPUISD::RSQ, DL, VT, Op.getOperand(1));
4812 SDValue Tmp = DAG.getNode(ISD::FMINNUM, DL, VT, Rsq,
5722 // Catch division cases where we can use shortcuts with rcp and rsq
5746 // 1.0 / sqrt(x) -> rsq(x)
5751 return DAG.getNode(AMDGPUISD::RSQ, SL, VT, RHS.getOperand(0));
6729 case AMDGPUISD::RSQ:
7869 case AMDGPUISD::RSQ: