Lines Matching refs:ir_variable
52 variable_entry2(ir_variable *var) in variable_entry2()
61 ir_variable *var; /* The key: the variable's pointer. */
72 ir_variable **components;
92 virtual ir_visitor_status visit(ir_variable *);
98 variable_entry2 *get_variable_entry2(ir_variable *var);
107 ir_structure_reference_visitor::get_variable_entry2(ir_variable *var) in get_variable_entry2()
127 ir_structure_reference_visitor::visit(ir_variable *ir) in visit()
140 ir_variable *const var = ir->variable_referenced(); in visit()
203 variable_entry2 *get_splitting_entry(ir_variable *var);
209 ir_structure_splitting_visitor::get_splitting_entry(ir_variable *var) in get_splitting_entry()
351 ir_variable *, in do_structure_splitting()
360 new(entry->mem_ctx) ir_variable(type->fields.structure[i].type, in do_structure_splitting()