Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UINT_TO_FP

731   case ISD::UINT_TO_FP:
2149 SDValue Fcvt = DAG.getNode(ISD::UINT_TO_FP, dl, MVT::f64, Trunc);
2154 SDValue Fcvt2 = DAG.getNode(ISD::UINT_TO_FP, dl, MVT::f64, Lo);
2209 /// legal for the target, and that there is a legal UINT_TO_FP or SINT_TO_FP
2232 // If the target supports UINT_TO_FP of this type, use it.
2233 if (TLI.isOperationLegalOrCustom(ISD::UINT_TO_FP, NewInTy)) {
2234 OpToUse = ISD::UINT_TO_FP;
2703 case ISD::UINT_TO_FP:
3485 if (Node->getOpcode() == ISD::UINT_TO_FP ||
3535 case ISD::UINT_TO_FP: