Lines Matching refs:SINT_TO_FP
1002 case ISD::SINT_TO_FP: in LegalizeOp()
2322 Node->getOpcode() == ISD::SINT_TO_FP); in ExpandLegalINT_TO_FP()
2450 SDValue SignCvt = DAG.getNode(ISD::SINT_TO_FP, dl, DestVT, Or); in ExpandLegalINT_TO_FP()
2452 Fast = DAG.getNode(ISD::SINT_TO_FP, dl, DestVT, Op0); in ExpandLegalINT_TO_FP()
2475 Tmp1 = DAG.getNode(ISD::SINT_TO_FP, dl, DestVT, Op0); in ExpandLegalINT_TO_FP()
2540 bool IsSigned = N->getOpcode() == ISD::SINT_TO_FP || in PromoteLegalINT_TO_FP()
2545 unsigned SIntOp = IsStrict ? ISD::STRICT_SINT_TO_FP : ISD::SINT_TO_FP; in PromoteLegalINT_TO_FP()
2965 case ISD::SINT_TO_FP: in ExpandNode()
4128 DAG.getNode(ISD::SINT_TO_FP, SDLoc(Node), Node->getValueType(0), in ConvertNodeToLibcall()
4245 case ISD::SINT_TO_FP: in ConvertNodeToLibcall()
4249 bool Signed = Node->getOpcode() == ISD::SINT_TO_FP || in ConvertNodeToLibcall()
4451 Node->getOpcode() == ISD::SINT_TO_FP || in PromoteNode()
4527 case ISD::SINT_TO_FP: in PromoteNode()