Lines Matching refs:SINT_TO_FP
104 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Promote); in PPCTargetLowering()
105 AddPromotedToType (ISD::SINT_TO_FP, MVT::i1, in PPCTargetLowering()
111 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering()
255 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Expand); in PPCTargetLowering()
364 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering()
371 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering()
382 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering()
388 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering()
511 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal); in PPCTargetLowering()
638 setOperationAction(ISD::SINT_TO_FP, MVT::v2i64, Legal); in PPCTargetLowering()
778 setOperationAction(ISD::SINT_TO_FP, MVT::v4i1, Custom); in PPCTargetLowering()
842 setTargetDAGCombine(ISD::SINT_TO_FP); in PPCTargetLowering()
6307 bool Signed = Op.getOpcode() == ISD::SINT_TO_FP; in LowerINT_TO_FPDirectMove()
6365 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) && in LowerINT_TO_FP()
7985 case ISD::SINT_TO_FP: return LowerINT_TO_FP(Op, DAG); in LowerOperation()
10002 assert((N->getOpcode() == ISD::SINT_TO_FP || in combineFPToIntToFP()
10026 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) && in combineFPToIntToFP()
10203 case ISD::SINT_TO_FP: in PerformDAGCombine()