Lines Matching refs:ZeroCompare
2739 enum ZeroCompare { GEZExt, GESExt, LEZExt, LESExt }; enum in __anonb5cceeb00611::IntegerCompareEliminator
2748 ZeroCompare CmpTy);
3082 ZeroCompare CmpTy) { in getCompoundZeroComparisonInGPR()
3089 case ZeroCompare::GEZExt: in getCompoundZeroComparisonInGPR()
3090 case ZeroCompare::GESExt: in getCompoundZeroComparisonInGPR()
3094 case ZeroCompare::LEZExt: in getCompoundZeroComparisonInGPR()
3095 case ZeroCompare::LESExt: { in getCompoundZeroComparisonInGPR()
3118 (CmpTy == ZeroCompare::GEZExt || CmpTy == ZeroCompare::LEZExt)) in getCompoundZeroComparisonInGPR()
3123 (CmpTy == ZeroCompare::GESExt || CmpTy == ZeroCompare::LESExt)) in getCompoundZeroComparisonInGPR()
3130 case ZeroCompare::GEZExt: { in getCompoundZeroComparisonInGPR()
3136 case ZeroCompare::GESExt: in getCompoundZeroComparisonInGPR()
3139 case ZeroCompare::LEZExt: in getCompoundZeroComparisonInGPR()
3142 case ZeroCompare::LESExt: in getCompoundZeroComparisonInGPR()
3196 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare()
3213 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare()
3235 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get32BitZExtCompare()
3264 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get32BitZExtCompare()
3380 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare()
3395 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare()
3415 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get32BitSExtCompare()
3442 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get32BitSExtCompare()
3541 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get64BitZExtCompare()
3553 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get64BitZExtCompare()
3573 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GEZExt); in get64BitZExtCompare()
3596 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LEZExt); in get64BitZExtCompare()
3700 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get64BitSExtCompare()
3712 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get64BitSExtCompare()
3734 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::GESExt); in get64BitSExtCompare()
3756 return getCompoundZeroComparisonInGPR(LHS, dl, ZeroCompare::LESExt); in get64BitSExtCompare()