OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:variable_referenced
(Results
1 - 25
of
42
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/glsl/
ir_variable_refcount.cpp
80
ir_variable *const var = ir->
variable_referenced
();
105
entry = this->get_variable_entry(ir->lhs->
variable_referenced
());
opt_constant_variable.cpp
100
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
();
loop_analysis.cpp
183
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
();
ir.h
176
virtual ir_variable *
variable_referenced
() const
function in class:ir_rvalue
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
1650
virtual ir_variable *
variable_referenced
() const
function in class:ir_dereference_record
[
all
...]
lower_if_to_cond_assign.cpp
129
hash_table_find(ht, assign->lhs->
variable_referenced
()) != NULL;
lower_mat_op_to_vec.cpp
330
deref->
variable_referenced
() != result->
variable_referenced
()) {
loop_controls.cpp
236
ir_variable *var = counter->
variable_referenced
();
lower_ubo_reference.cpp
80
ir_variable *var = deref->
variable_referenced
();
opt_copy_propagation.cpp
141
kill(ir->lhs->
variable_referenced
());
opt_dead_code_local.cpp
165
var = ir->lhs->
variable_referenced
();
opt_structure_splitting.cpp
140
ir_variable *const var = ir->
variable_referenced
();
opt_tree_grafting.cpp
187
return check_graft(ir, ir->lhs->
variable_referenced
());
opt_constant_propagation.cpp
266
kill(ir->lhs->
variable_referenced
(), kill_mask);
/external/mesa3d/src/glsl/
ir_variable_refcount.cpp
80
ir_variable *const var = ir->
variable_referenced
();
105
entry = this->get_variable_entry(ir->lhs->
variable_referenced
());
opt_constant_variable.cpp
100
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
();
loop_analysis.cpp
183
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
();
ir.h
176
virtual ir_variable *
variable_referenced
() const
function in class:ir_rvalue
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
1650
virtual ir_variable *
variable_referenced
() const
function in class:ir_dereference_record
[
all
...]
lower_if_to_cond_assign.cpp
129
hash_table_find(ht, assign->lhs->
variable_referenced
()) != NULL;
lower_mat_op_to_vec.cpp
330
deref->
variable_referenced
() != result->
variable_referenced
()) {
loop_controls.cpp
236
ir_variable *var = counter->
variable_referenced
();
lower_ubo_reference.cpp
80
ir_variable *var = deref->
variable_referenced
();
opt_copy_propagation.cpp
141
kill(ir->lhs->
variable_referenced
());
opt_dead_code_local.cpp
165
var = ir->lhs->
variable_referenced
();
opt_structure_splitting.cpp
140
ir_variable *const var = ir->
variable_referenced
();
opt_tree_grafting.cpp
187
return check_graft(ir, ir->lhs->
variable_referenced
());
Completed in 992 milliseconds
1
2