Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UINT_TO_FP

1190   case ISD::UINT_TO_FP:
2535 SDValue Fcvt = DAG.getNode(ISD::UINT_TO_FP, dl, MVT::f64, Trunc);
2540 SDValue Fcvt2 = DAG.getNode(ISD::UINT_TO_FP, dl, MVT::f64, Lo);
2595 /// legal for the target, and that there is a legal UINT_TO_FP or SINT_TO_FP
2618 // If the target supports UINT_TO_FP of this type, use it.
2619 if (TLI.isOperationLegalOrCustom(ISD::UINT_TO_FP, NewInTy)) {
2620 OpToUse = ISD::UINT_TO_FP;
3151 case ISD::UINT_TO_FP:
4140 if (Node->getOpcode() == ISD::UINT_TO_FP ||
4190 case ISD::UINT_TO_FP: