Lines Matching refs:SINT_TO_FP
1025 case ISD::SINT_TO_FP: in LegalizeOp()
2623 Node->getOpcode() == ISD::SINT_TO_FP); in ExpandLegalINT_TO_FP()
2752 SDValue SignCvt = DAG.getNode(ISD::SINT_TO_FP, dl, DestVT, Or); in ExpandLegalINT_TO_FP()
2754 Fast = DAG.getNode(ISD::SINT_TO_FP, dl, DestVT, Op0); in ExpandLegalINT_TO_FP()
2777 Tmp1 = DAG.getNode(ISD::SINT_TO_FP, dl, DestVT, Op0); in ExpandLegalINT_TO_FP()
2842 bool IsSigned = N->getOpcode() == ISD::SINT_TO_FP || in PromoteLegalINT_TO_FP()
2847 unsigned SIntOp = IsStrict ? ISD::STRICT_SINT_TO_FP : ISD::SINT_TO_FP; in PromoteLegalINT_TO_FP()
3335 case ISD::SINT_TO_FP: in ExpandNode()
4545 DAG.getNode(ISD::SINT_TO_FP, SDLoc(Node), Node->getValueType(0), in ConvertNodeToLibcall()
4662 case ISD::SINT_TO_FP: in ConvertNodeToLibcall()
4666 bool Signed = Node->getOpcode() == ISD::SINT_TO_FP || in ConvertNodeToLibcall()
4938 Node->getOpcode() == ISD::SINT_TO_FP || in PromoteNode()
5014 case ISD::SINT_TO_FP: in PromoteNode()