Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SINT_TO_FP

104       setOperationAction(ISD::SINT_TO_FP, MVT::i1, Promote);
105 AddPromotedToType (ISD::SINT_TO_FP, MVT::i1,
111 setOperationAction(ISD::SINT_TO_FP, MVT::i1, Custom);
256 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Expand);
356 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom);
363 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
374 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom);
380 setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
494 setOperationAction(ISD::SINT_TO_FP, MVT::v4i32, Legal);
599 setOperationAction(ISD::SINT_TO_FP, MVT::v2i64, Legal);
640 setTargetDAGCombine(ISD::SINT_TO_FP);
5146 assert((Op.getOpcode() == ISD::SINT_TO_FP || Subtarget.hasFPCVT()) &&
6158 case ISD::SINT_TO_FP: return LowerINT_TO_FP(Op, DAG);
8025 case ISD::SINT_TO_FP:
8028 // Turn (sint_to_fp (fp_to_sint X)) -> fctidz/fcfid without load/stores.