Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UINT_TO_FP

1173   case ISD::UINT_TO_FP:
2361 SDValue Fcvt = DAG.getNode(ISD::UINT_TO_FP, dl, MVT::f64, Trunc);
2366 SDValue Fcvt2 = DAG.getNode(ISD::UINT_TO_FP, dl, MVT::f64, Lo);
2421 /// legal for the target, and that there is a legal UINT_TO_FP or SINT_TO_FP
2444 // If the target supports UINT_TO_FP of this type, use it.
2445 if (TLI.isOperationLegalOrCustom(ISD::UINT_TO_FP, NewInTy)) {
2446 OpToUse = ISD::UINT_TO_FP;
2908 case ISD::UINT_TO_FP:
3728 if (Node->getOpcode() == ISD::UINT_TO_FP ||
3778 case ISD::UINT_TO_FP: