Searched refs:rhs_element (Results 1 – 1 of 1) sorted by relevance
60 ir_variable *rhs_element[4]; member in __anon31ad324e0111::acp_entry101 if (!entry->rhs_element[i]) in erase()106 ir_variable *to_remove = entry->rhs_element[i]; in erase()107 entry->rhs_element[i] = NULL; in erase()118 if (dst_entry->rhs_element[i] == var) in erase()119 dst_entry->rhs_element[i] = NULL; in erase()145 ir_variable *to_remove = lhs_entry->rhs_element[i]; in write_elements()146 lhs_entry->rhs_element[i] = rhs; in write_elements()166 if (lhs_entry->rhs_element[i]) in write_full()167 remove_from_dsts(lhs_entry->rhs_element[i], lhs); in write_full()[all …]