Lines Matching refs:SETUGT
3016 case ISD::SETUGT: in get32BitZExtCompare()
3189 case ISD::SETUGT: in get32BitSExtCompare()
3345 case ISD::SETUGT: in get64BitZExtCompare()
3508 case ISD::SETUGT: in get64BitSExtCompare()
3776 case ISD::SETUGT: in SelectCC()
3803 case ISD::SETUGT: in SelectCC()
3857 case ISD::SETUGT: return PPC::PRED_GT; in getPredicateForSetCC()
3889 case ISD::SETUGT: return 1; in getCRIdxForSetCC()
3910 case ISD::SETUGT: CC = ISD::SETULT; Swap = true; break; in getVCmpInst()
3954 case ISD::SETULT: CC = ISD::SETUGT; Swap = true; break; in getVCmpInst()
3962 case ISD::SETULE: CC = ISD::SETUGT; Negate = true; break; in getVCmpInst()
3992 case ISD::SETUGT: in getVCmpInst()
4285 if (InnerCC == ISD::SETULT || InnerCC == ISD::SETUGT) { in mayUseP9Setb()
4332 case ISD::SETUGT: in mayUseP9Setb()
5049 SelectCC(LHS, RHS, IsUnCmp ? ISD::SETUGT : ISD::SETGT, dl); in Select()