Lines Matching refs:SINT_TO_FP
105 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Promote); in PPCTargetLowering()
106 AddPromotedToType (ISD::SINT_TO_FP, MVT::i1, in PPCTargetLowering()
112 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering()
256 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Expand); in PPCTargetLowering()
356 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering()
363 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering()
374 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering()
380 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering()
499 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal); in PPCTargetLowering()
608 setOperationAction(ISD::SINT_TO_FP, MVT::v2i64, Legal); in PPCTargetLowering()
746 setOperationAction(ISD::SINT_TO_FP, MVT::v4i1, Custom); in PPCTargetLowering()
818 setTargetDAGCombine(ISD::SINT_TO_FP); in PPCTargetLowering()
6049 bool Signed = Op.getOpcode() == ISD::SINT_TO_FP; in LowerINT_TO_FPDirectMove()
6106 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) && in LowerINT_TO_FP()
7691 case ISD::SINT_TO_FP: return LowerINT_TO_FP(Op, DAG); in LowerOperation()
9683 assert((N->getOpcode() == ISD::SINT_TO_FP || in combineFPToIntToFP()
9707 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) && in combineFPToIntToFP()
9883 case ISD::SINT_TO_FP: in PerformDAGCombine()