Searched refs:max_blockage (Results 1 – 2 of 2) sorted by relevance
241 int max_blockage; /* Maximum time an insn blocks the unit. */ member2068 rtx max_blockage = 0, min_blockage = 0; in expand_units() local2123 if (max_blockage == 0) in expand_units()2124 max_blockage = min_blockage = blockage; in expand_units()2127 max_blockage in expand_units()2128 = simplify_knowing (operate_exp (MAX_OP, max_blockage, in expand_units()2147 unit->max_blockage = max_attr_value (max_blockage, &unknown); in expand_units()2153 newexp = operate_exp (EQ_OP, max_blockage, min_blockage); in expand_units()2163 || GET_CODE (max_blockage) != CONST_STRING); in expand_units()2169 newexp = operate_exp (RANGE_OP, min_blockage, max_blockage); in expand_units()[all …]
565 - function_units[unit].max_blockage);568 - function_units[unit].max_blockage);601 unit_tick[instance] = (clock + function_units[unit].max_blockage);675 minb = maxb = function_units[unit].max_blockage;