Lines Matching refs:SINT_TO_FP
964 case ISD::SINT_TO_FP: in LegalizeOp()
2364 SDValue Fast = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::f32, Op0); in ExpandLegalINT_TO_FP()
2373 SDValue SignCvt = DAG.getNode(ISD::SINT_TO_FP, dl, MVT::f32, Or); in ExpandLegalINT_TO_FP()
2419 SDValue Tmp1 = DAG.getNode(ISD::SINT_TO_FP, dl, DestVT, Op0); in ExpandLegalINT_TO_FP()
2489 if (TLI.isOperationLegalOrCustom(ISD::SINT_TO_FP, NewInTy)) { in PromoteLegalINT_TO_FP()
2490 OpToUse = ISD::SINT_TO_FP; in PromoteLegalINT_TO_FP()
2926 case ISD::SINT_TO_FP: in ExpandNode()
2928 Tmp1 = ExpandLegalINT_TO_FP(Node->getOpcode() == ISD::SINT_TO_FP, in ExpandNode()
3998 Node->getOpcode() == ISD::SINT_TO_FP || in PromoteNode()
4056 case ISD::SINT_TO_FP: in PromoteNode()
4058 Node->getOpcode() == ISD::SINT_TO_FP, dl); in PromoteNode()