Searched refs:whole_variable_referenced (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_array_index.cpp219 ir_variable *v = array->whole_variable_referenced();
273 /* whole_variable_referenced can return NULL if the array is a
278 ir_variable *v = array->whole_variable_referenced();
H A Dopt_dead_code_local.cpp183 if (lhs_var != NULL && lhs_var == ir->rhs->whole_variable_referenced()) {
H A Dloop_analysis.cpp71 ir_variable *assignee = assign->lhs->whole_variable_referenced();
241 ir_variable *assignee = assign->lhs->whole_variable_referenced();
H A Dir.h262 virtual ir_variable *whole_variable_referenced() function in class:ir_rvalue
2101 virtual ir_variable *whole_variable_referenced() function in class:ir_dereference_variable
H A Dir.cpp130 ir_variable *v = this->lhs->whole_variable_referenced();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_array_index.cpp219 ir_variable *v = array->whole_variable_referenced();
273 /* whole_variable_referenced can return NULL if the array is a
278 ir_variable *v = array->whole_variable_referenced();
H A Dopt_dead_code_local.cpp181 if (lhs_var != NULL && lhs_var == ir->rhs->whole_variable_referenced()) {
H A Dloop_analysis.cpp71 ir_variable *assignee = assign->lhs->whole_variable_referenced();
195 ir_variable *assignee = assign->lhs->whole_variable_referenced();
H A Dir.h259 virtual ir_variable *whole_variable_referenced() function in class:ir_rvalue
2033 virtual ir_variable *whole_variable_referenced() function in class:ir_dereference_variable
H A Dir.cpp129 ir_variable *v = this->lhs->whole_variable_referenced();

Completed in 20 milliseconds