Searched refs:reserve_slots (Results 1 – 1 of 1) sorted by relevance
2045 unsigned reserve_slots = (current_ar ? 1 : 0) + (current_pr ? 1 : 0); in check_clause_limits() local2047 reserve_slots += (current_idx[0] != NULL) + (current_idx[1] != NULL); in check_clause_limits()2050 reserve_slots += 60; in check_clause_limits()2052 if (slot_count + slots > MAX_ALU_SLOTS - reserve_slots) in check_clause_limits()