Home
last modified time | relevance | path

Searched refs:in_assignee (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dir_hv_accept.cpp273 const bool was_in_assignee = v->in_assignee; in accept()
274 v->in_assignee = false; in accept()
276 v->in_assignee = was_in_assignee; in accept()
305 v->in_assignee = true; in accept()
307 v->in_assignee = false; in accept()
334 v->in_assignee = true; in accept()
336 v->in_assignee = false; in accept()
Dir_rvalue_visitor.cpp101 const bool was_in_assignee = this->in_assignee; in rvalue_visit()
102 this->in_assignee = false; in rvalue_visit()
104 this->in_assignee = was_in_assignee; in rvalue_visit()
Dopt_constant_propagation.cpp131 if (this->in_assignee || *rvalue == NULL) in constant_folding()
151 if (this->in_assignee || !*rvalue) in constant_propagation()
284 if (this->in_assignee) in visit_leave()
Dir_hierarchical_visitor.h203 bool in_assignee; variable
Dopt_copy_propagation_elements.cpp330 if (this->in_assignee) in visit()
442 if (this->in_assignee) in handle_rvalue()
Dir_builder_print_visitor.cpp504 this->in_assignee = true; in visit_enter()
506 this->in_assignee = false; in visit_enter()
Dir_hierarchical_visitor.cpp34 this->in_assignee = false; in ir_hierarchical_visitor()
Dopt_array_splitting.cpp213 if (in_assignee && in_whole_array_copy) in visit()
Dlower_precision.cpp201 entry.state = state->in_assignee ? CANT_LOWER : UNKNOWN; in stack_enter()
1239 if (in_assignee || ir == NULL) in handle_rvalue()
Dast_to_hir.cpp89 if (this->in_assignee) in visit()