Lines Matching refs:SMAX
552 setOperationAction({ISD::Constant, ISD::SMIN, ISD::SMAX, ISD::UMIN, in SITargetLowering()
775 ISD::SRA, ISD::SMIN, ISD::UMIN, ISD::SMAX, ISD::UMAX, in SITargetLowering()
794 ISD::MUL, ISD::ABS, ISD::SMIN, ISD::SMAX, ISD::UMIN, in SITargetLowering()
907 ISD::SMAX, in SITargetLowering()
5849 case ISD::SMAX: in LowerOperation()
6730 SDValue ClampMin = DAG.getNode(ISD::SMAX, DL, ExpVT, Exp, MinExp); in lowerFLDEXP()
13028 case ISD::SMAX: in minMaxOpcToMin3Max3Opc()
13162 case ISD::SMAX: in supportsMin3Max3()
13215 if (Opc == ISD::SMIN && Op0.getOpcode() == ISD::SMAX && Op0.hasOneUse()) { in performMinMaxCombine()
13220 if (Opc == ISD::SMAX && Op0.getOpcode() == ISD::SMIN && Op0.hasOneUse()) { in performMinMaxCombine()
13414 case ISD::SMAX: in performExtractVectorEltCombine()
14701 case ISD::SMAX: in PerformDAGCombine()