Searched refs:variable_referenced (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_variable_refcount.cpp80 ir_variable *const var = ir->variable_referenced();
105 entry = this->get_variable_entry(ir->lhs->variable_referenced());
H A Dopt_constant_variable.cpp100 entry = get_assignment_entry(ir->lhs->variable_referenced(), &this->list);
142 ir_variable *var = param_rval->variable_referenced();
154 ir_variable *var = ir->return_deref->variable_referenced();
H A Dloop_analysis.cpp183 ir_variable *var = ir->variable_referenced();
457 ir_variable *const var = ir->lhs->variable_referenced();
459 ir_variable *const op0 = rhs->operands[0]->variable_referenced();
460 ir_variable *const op1 = rhs->operands[1]->variable_referenced();
469 ir_variable *const inc_var = inc->variable_referenced();
H A Dir.h176 virtual ir_variable *variable_referenced() const function in class:ir_rvalue
1490 virtual ir_variable *variable_referenced() const;
1519 virtual ir_variable *variable_referenced() const = 0;
1549 virtual ir_variable *variable_referenced() const function in class:ir_dereference_variable
1607 virtual ir_variable *variable_referenced() const function in class:ir_dereference_array
1609 return this->array->variable_referenced();
1650 virtual ir_variable *variable_referenced() const function in class:ir_dereference_record
1652 return this->record->variable_referenced();
H A Dlower_if_to_cond_assign.cpp129 hash_table_find(ht, assign->lhs->variable_referenced()) != NULL;
H A Dlower_mat_op_to_vec.cpp330 deref->variable_referenced() != result->variable_referenced()) {
H A Dloop_controls.cpp236 ir_variable *var = counter->variable_referenced();
H A Dlower_ubo_reference.cpp80 ir_variable *var = deref->variable_referenced();
H A Dopt_copy_propagation.cpp141 kill(ir->lhs->variable_referenced());
H A Dopt_dead_code_local.cpp165 var = ir->lhs->variable_referenced();
H A Dopt_structure_splitting.cpp140 ir_variable *const var = ir->variable_referenced();
H A Dopt_tree_grafting.cpp187 return check_graft(ir, ir->lhs->variable_referenced());
H A Dopt_constant_propagation.cpp266 kill(ir->lhs->variable_referenced(), kill_mask);
/external/mesa3d/src/glsl/
H A Dir_variable_refcount.cpp80 ir_variable *const var = ir->variable_referenced();
105 entry = this->get_variable_entry(ir->lhs->variable_referenced());
H A Dopt_constant_variable.cpp100 entry = get_assignment_entry(ir->lhs->variable_referenced(), &this->list);
142 ir_variable *var = param_rval->variable_referenced();
154 ir_variable *var = ir->return_deref->variable_referenced();
H A Dloop_analysis.cpp183 ir_variable *var = ir->variable_referenced();
457 ir_variable *const var = ir->lhs->variable_referenced();
459 ir_variable *const op0 = rhs->operands[0]->variable_referenced();
460 ir_variable *const op1 = rhs->operands[1]->variable_referenced();
469 ir_variable *const inc_var = inc->variable_referenced();
H A Dir.h176 virtual ir_variable *variable_referenced() const function in class:ir_rvalue
1490 virtual ir_variable *variable_referenced() const;
1519 virtual ir_variable *variable_referenced() const = 0;
1549 virtual ir_variable *variable_referenced() const function in class:ir_dereference_variable
1607 virtual ir_variable *variable_referenced() const function in class:ir_dereference_array
1609 return this->array->variable_referenced();
1650 virtual ir_variable *variable_referenced() const function in class:ir_dereference_record
1652 return this->record->variable_referenced();
H A Dlower_if_to_cond_assign.cpp129 hash_table_find(ht, assign->lhs->variable_referenced()) != NULL;
H A Dlower_mat_op_to_vec.cpp330 deref->variable_referenced() != result->variable_referenced()) {
H A Dloop_controls.cpp236 ir_variable *var = counter->variable_referenced();
H A Dlower_ubo_reference.cpp80 ir_variable *var = deref->variable_referenced();
H A Dopt_copy_propagation.cpp141 kill(ir->lhs->variable_referenced());
H A Dopt_dead_code_local.cpp165 var = ir->lhs->variable_referenced();
H A Dopt_structure_splitting.cpp140 ir_variable *const var = ir->variable_referenced();
H A Dopt_tree_grafting.cpp187 return check_graft(ir, ir->lhs->variable_referenced());

Completed in 147 milliseconds

12