Searched defs:rhs_var (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/
H A Dopt_copy_propagation.cpp319 ir_variable *rhs_var = ir->rhs->whole_variable_referenced(); local
321 if ((lhs_var != NULL) && (rhs_var != NULL)) {
322 if (lhs_var == rhs_var) {
331 entry = new(this->mem_ctx) acp_entry(lhs_var, rhs_var);
H A Dast_function.cpp706 ir_variable *rhs_var = local
709 instructions->push_tail(rhs_var);
718 new(ctx) ir_assignment(new(ctx) ir_dereference_variable(rhs_var),
719 new(ctx) ir_constant(rhs_var->type, &zero),
723 ir_dereference *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
747 ir_rvalue *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
759 ir_rvalue *const rhs_ref = new(ctx) ir_dereference_variable(rhs_var);
819 ir_variable *const rhs_var = local
822 instructions->push_tail(rhs_var);
825 new(ctx) ir_dereference_variable(rhs_var);
881 ir_variable *rhs_var = local
[all...]

Completed in 51 milliseconds