Lines Matching defs:target_probe_range_p
2009 bool target_probe_range_p = false;
2015 target_probe_range_p = probe_range != 0;
2070 If TARGET_PROBE_RANGE_P then the target has promised it's safe to
2075 If !TARGET_PROBE_RANGE_P then go ahead and just guard the probe at *sp
2083 rtx_code op = target_probe_range_p ? LT : EQ;
2084 rtx probe_cmp_value = target_probe_range_p
2088 if (target_probe_range_p)
2097 /* If RESIDUAL isn't a constant and TARGET_PROBE_RANGE_P then we probe up
2099 if (!CONST_INT_P (residual) && target_probe_range_p)
2103 else if (target_probe_range_p)