Lines Matching refs:ZeroCompare

2903   enum ZeroCompare { GEZExt, GESExt, LEZExt, LESExt };  enum in __anon010aa3800711::IntegerCompareEliminator
2912 ZeroCompare CmpTy);
3243 ZeroCompare CmpTy) { in getCompoundZeroComparisonInGPR()
3250 case ZeroCompare::GEZExt: in getCompoundZeroComparisonInGPR()
3251 case ZeroCompare::GESExt: in getCompoundZeroComparisonInGPR()
3255 case ZeroCompare::LEZExt: in getCompoundZeroComparisonInGPR()
3256 case ZeroCompare::LESExt: { in getCompoundZeroComparisonInGPR()
3279 (CmpTy == ZeroCompare::GEZExt || CmpTy == ZeroCompare::LEZExt)) in getCompoundZeroComparisonInGPR()
3284 (CmpTy == ZeroCompare::GESExt || CmpTy == ZeroCompare::LESExt)) in getCompoundZeroComparisonInGPR()
3291 case ZeroCompare::GEZExt: { in getCompoundZeroComparisonInGPR()
3297 case ZeroCompare::GESExt: in getCompoundZeroComparisonInGPR()
3300 case ZeroCompare::LEZExt: in getCompoundZeroComparisonInGPR()
3303 case ZeroCompare::LESExt: in getCompoundZeroComparisonInGPR()
3357 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare()
3374 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare()
3396 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare()
3425 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare()
3541 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare()
3556 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare()
3576 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare()
3603 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare()
3702 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get64BitZExtCompare()
3714 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get64BitZExtCompare()
3734 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get64BitZExtCompare()
3757 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get64BitZExtCompare()
3861 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get64BitSExtCompare()
3873 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get64BitSExtCompare()
3895 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get64BitSExtCompare()
3917 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get64BitSExtCompare()