• Home
  • Raw
  • Download

Lines Matching refs:FP_TO_SINT

260   setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom);  in PPCTargetLowering()
370 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom); in PPCTargetLowering()
388 setOperationAction(ISD::FP_TO_SINT, MVT::i64, Custom); in PPCTargetLowering()
394 setOperationAction(ISD::FP_TO_SINT, MVT::i32, Custom); in PPCTargetLowering()
515 setOperationAction(ISD::FP_TO_SINT, MVT::v4i32, Legal); in PPCTargetLowering()
646 setOperationAction(ISD::FP_TO_SINT, MVT::v2i64, Legal); in PPCTargetLowering()
701 setOperationAction(ISD::FP_TO_SINT , MVT::v4f64, Legal); in PPCTargetLowering()
751 setOperationAction(ISD::FP_TO_SINT , MVT::v4f32, Legal); in PPCTargetLowering()
6389 Op.getOpcode() == ISD::FP_TO_SINT in LowerFP_TO_INTForReuse()
6395 assert((Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT()) && in LowerFP_TO_INTForReuse()
6397 Tmp = DAG.getNode(Op.getOpcode()==ISD::FP_TO_SINT ? PPCISD::FCTIDZ : in LowerFP_TO_INTForReuse()
6405 (Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT()); in LowerFP_TO_INTForReuse()
6454 Op.getOpcode() == ISD::FP_TO_SINT in LowerFP_TO_INTDirectMove()
6461 assert((Op.getOpcode() == ISD::FP_TO_SINT || Subtarget.hasFPCVT()) && in LowerFP_TO_INTDirectMove()
6463 Tmp = DAG.getNode(Op.getOpcode()==ISD::FP_TO_SINT ? PPCISD::FCTIDZ : in LowerFP_TO_INTDirectMove()
6500 Op.getOpcode() == ISD::FP_TO_SINT) && in canReuseLoadAddress()
8279 case ISD::FP_TO_SINT: return LowerFP_TO_INT(Op, DAG, in LowerOperation()
8374 case ISD::FP_TO_SINT: in ReplaceNodeResults()
10402 (Op.getOperand(0).getOpcode() == ISD::FP_TO_SINT)) { in combineFPToIntToFP()
10413 Op.getOperand(0).getOpcode() == ISD::FP_TO_SINT ? PPCISD::FCTIDZ : in combineFPToIntToFP()
10585 N->getOperand(1).getOpcode() == ISD::FP_TO_SINT && in PerformDAGCombine()