Lines Matching refs:ir_variable

81  *                    formal (\c ir_variable) or actual (\c ir_rvalue)
99 foreach_in_list(const ir_variable, param, parameters) {
110 const ir_variable *formal, const ir_variable *actual)
161 ir_variable *var)
188 ir_variable *var)
231 foreach_in_list(const ir_variable, formal, &sig->parameters) {
276 ir_variable *var = NULL;
312 ir_variable *var = actual->variable_referenced();
343 ir_variable *var = actual->variable_referenced();
415 ir_variable *var = idx->variable_referenced();
423 ir_variable *tmp = new(d->mem_ctx) ir_variable(idx->type, "idx_tmp",
488 ir_variable *tmp =
489 new(mem_ctx) ir_variable(formal_type, "inout_tmp", ir_var_temporary);
548 ir_variable *sub_var,
563 ir_variable *formal = (ir_variable *) formal_node;
647 char *const name = ir_variable::temporaries_allocate_names
651 ir_variable *var;
653 var = new(ctx) ir_variable(sig->return_type, name, ir_var_temporary);
724 ir_variable **var_r)
730 ir_variable *var;
778 ir_variable *sub_var = NULL;
1250 ir_variable *var = new(ctx) ir_variable(constructor_type, "vec_mat_ctor",
1388 ir_variable *var = new(ctx) ir_variable(constructor_type, "array_ctor",
1439 ir_variable *var = new(ctx) ir_variable(type, "vec_ctor", ir_var_temporary);
1596 assign_to_matrix_column(ir_variable *var, unsigned column, unsigned row_base,
1643 ir_variable *var = new(ctx) ir_variable(type, "mat_ctor", ir_var_temporary);
1667 ir_variable *rhs_var =
1668 new(ctx) ir_variable(glsl_type::get_instance(param_base_type, 4, 1),
1792 ir_variable *const rhs_var =
1793 new(ctx) ir_variable(first_param->type, "mat_ctor_mat",
1857 ir_variable *rhs_var =
1858 new(ctx) ir_variable(rhs->type, "mat_ctor_vec", ir_var_temporary);
1909 ir_variable *const var =
1910 new(mem_ctx) ir_variable(type, "record_ctor", ir_var_temporary);
2292 ir_variable *var = new(ctx) ir_variable(matrix->type, "matrix_tmp",
2405 ir_variable *sub_var = NULL;
2448 ir_variable *mvp =
2450 ir_variable *vtx = state->symbols->get_variable("gl_Vertex");
2505 ir_variable *const tmp = new(ctx) ir_variable(glsl_type::void_type,