Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:DIVREM

293     // These should use [SU]DIVREM, so set them to expand
299 // GPU does not have divrem function for signed or unsigned.
1551 SDValue DIVREM = DAG.getNode(ISD::SDIVREM, DL, DAG.getVTList(HalfVT, HalfVT),
1554 DAG.getNode(ISD::SIGN_EXTEND, DL, VT, DIVREM.getValue(0)),
1555 DAG.getNode(ISD::SIGN_EXTEND, DL, VT, DIVREM.getValue(1))