Searched refs:variable_referenced (Results 1 – 21 of 21) sorted by relevance
183 ir_variable *var = ir->variable_referenced(); in visit()457 ir_variable *const var = ir->lhs->variable_referenced(); in get_basic_induction_increment()459 ir_variable *const op0 = rhs->operands[0]->variable_referenced(); in get_basic_induction_increment()460 ir_variable *const op1 = rhs->operands[1]->variable_referenced(); in get_basic_induction_increment()469 ir_variable *const inc_var = inc->variable_referenced(); in get_basic_induction_increment()
100 entry = get_assignment_entry(ir->lhs->variable_referenced(), &this->list); in visit_enter()142 ir_variable *var = param_rval->variable_referenced(); in visit_enter()154 ir_variable *var = ir->return_deref->variable_referenced(); in visit_enter()
80 ir_variable *const var = ir->variable_referenced(); in visit()105 entry = this->get_variable_entry(ir->lhs->variable_referenced()); in visit_leave()
176 virtual ir_variable *variable_referenced() const in variable_referenced() function1490 virtual ir_variable *variable_referenced() const;1519 virtual ir_variable *variable_referenced() const = 0;1549 virtual ir_variable *variable_referenced() const in variable_referenced() function1607 virtual ir_variable *variable_referenced() const in variable_referenced() function1609 return this->array->variable_referenced(); in variable_referenced()1650 virtual ir_variable *variable_referenced() const in variable_referenced() function1652 return this->record->variable_referenced(); in variable_referenced()
330 deref->variable_referenced() != result->variable_referenced()) { in visit_leave()
129 hash_table_find(ht, assign->lhs->variable_referenced()) != NULL; in move_block_to_cond_assign()
236 ir_variable *var = counter->variable_referenced(); in visit_leave()
141 kill(ir->lhs->variable_referenced()); in visit_leave()
165 var = ir->lhs->variable_referenced(); in process_assignment()
80 ir_variable *var = deref->variable_referenced(); in handle_rvalue()
187 return check_graft(ir, ir->lhs->variable_referenced()); in visit_leave()
140 ir_variable *const var = ir->variable_referenced(); in visit()
1265 ir_variable *var = this->variable_referenced(); in is_lvalue()1478 ir_swizzle::variable_referenced() const in variable_referenced() function in ir_swizzle1480 return this->val->variable_referenced(); in variable_referenced()
266 kill(ir->lhs->variable_referenced(), kill_mask); in visit_leave()
170 ir_variable *var = ir->lhs->variable_referenced(); in visit_leave()
357 const ir_variable *const var = deref->array->variable_referenced(); in storage_type_needs_lowering()
322 ir_variable *var = ir->variable_referenced(); in visit()
92 ir_variable *const var = ir->lhs->variable_referenced(); in visit_enter()111 ir_variable *var = param_rval->variable_referenced(); in visit_enter()121 ir_variable *const var = ir->return_deref->variable_referenced(); in visit_enter()
680 ir_variable *lhs_var = lhs->variable_referenced(); in do_assignment()690 } else if (lhs->variable_referenced() != NULL in do_assignment()691 && lhs->variable_referenced()->read_only) { in do_assignment()694 lhs->variable_referenced()->name); in do_assignment()730 ir_variable *const var = d->variable_referenced(); in do_assignment()
155 ir_variable *var = actual->variable_referenced(); in verify_parameter_modes()164 actual->variable_referenced()->name); in verify_parameter_modes()
2217 ir->lhs->variable_referenced()->mode == ir_var_out) { in visit()