Lines Matching refs:FMAXNUM
435 setOperationAction({ISD::FMINNUM, ISD::FMAXNUM}, {MVT::f32, MVT::f64}, in SITargetLowering()
616 setOperationAction({ISD::FMAXNUM, ISD::FMINNUM}, MVT::f16, Custom); in SITargetLowering()
622 setOperationAction({ISD::FMINNUM, ISD::FMAXNUM}, in SITargetLowering()
664 setOperationAction({ISD::FMAXNUM, ISD::FMINNUM}, {MVT::v2f16, MVT::v4f16}, in SITargetLowering()
727 ISD::FMAXNUM, in SITargetLowering()
4716 case ISD::FMAXNUM: in LowerOperation()
6850 return DAG.getNode(ISD::FMAXNUM, DL, VT, Tmp, in LowerINTRINSIC_WO_CHAIN()
10063 case ISD::FMAXNUM: in isCanonicalized()
10303 if (SrcOpc == ISD::FMINNUM || SrcOpc == ISD::FMAXNUM) { in performFCanonicalizeCombine()
10321 case ISD::FMAXNUM: in minMaxOpcToMin3Max3Opc()
10501 if (((Opc == ISD::FMINNUM && Op0.getOpcode() == ISD::FMAXNUM) || in performMinMaxCombine()
10676 case ISD::FMAXNUM: in performExtractVectorEltCombine()
11456 case ISD::FMAXNUM: in PerformDAGCombine()