Lines Matching refs:FMAXNUM
505 setOperationAction(ISD::FMAXNUM, MVT::f32, Custom); in SITargetLowering()
507 setOperationAction(ISD::FMAXNUM, MVT::f64, Custom); in SITargetLowering()
698 setOperationAction(ISD::FMAXNUM, MVT::f16, Custom); in SITargetLowering()
707 setOperationAction(ISD::FMAXNUM, MVT::v4f16, Expand); in SITargetLowering()
763 setOperationAction(ISD::FMAXNUM, MVT::v2f16, Custom); in SITargetLowering()
767 setOperationAction(ISD::FMAXNUM, MVT::v4f16, Custom); in SITargetLowering()
837 setTargetDAGCombine(ISD::FMAXNUM); in SITargetLowering()
4567 case ISD::FMAXNUM: in LowerOperation()
6477 return DAG.getNode(ISD::FMAXNUM, DL, VT, Tmp, in LowerINTRINSIC_WO_CHAIN()
9337 case ISD::FMAXNUM: in fp16SrcZerosHighBits()
9524 case ISD::FMAXNUM: in isCanonicalized()
9725 if (SrcOpc == ISD::FMINNUM || SrcOpc == ISD::FMAXNUM) { in performFCanonicalizeCombine()
9743 case ISD::FMAXNUM: in minMaxOpcToMin3Max3Opc()
9919 if (((Opc == ISD::FMINNUM && Op0.getOpcode() == ISD::FMAXNUM) || in performMinMaxCombine()
10085 case ISD::FMAXNUM: in performExtractVectorEltCombine()
10762 case ISD::FMAXNUM: in PerformDAGCombine()