Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SINT_TO_FP

189   setOperationAction(ISD::SINT_TO_FP, MVT::i32, Expand);
278 setOperationAction(ISD::SINT_TO_FP, MVT::i64, Custom);
287 //setOperationAction(ISD::SINT_TO_FP, MVT::i32, Custom);
412 setTargetDAGCombine(ISD::SINT_TO_FP);
3746 "Unhandled SINT_TO_FP type in custom expander!");
4581 case ISD::SINT_TO_FP: return LowerSINT_TO_FP(Op, DAG);
5275 case ISD::SINT_TO_FP:
5278 // Turn (sint_to_fp (fp_to_sint X)) -> fctidz/fcfid without load/stores.