Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:FP_TO_SINT

185   // PowerPC turns FP_TO_SINT into FCTIWZ and some load/stores.
186 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom);
276 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom);
3704 Tmp = DAG.getNode(Op.getOpcode()==ISD::FP_TO_SINT ? PPCISD::FCTIWZ :
4579 case ISD::FP_TO_SINT: return LowerFP_TO_INT(Op, DAG,
4686 case ISD::FP_TO_SINT:
5277 if (N->getOperand(0).getOpcode() == ISD::FP_TO_SINT) {
5278 // Turn (sint_to_fp (fp_to_sint X)) -> fctidz/fcfid without load/stores.
5307 // Turn STORE (FP_TO_SINT F) -> STFIWX(FCTIWZ(F)).
5310 N->getOperand(1).getOpcode() == ISD::FP_TO_SINT &&