Searched refs:visit_tree (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_if_to_cond_assign.cpp250 visit_tree(then_ir, check_ir_node, this);
255 visit_tree(else_ir, check_ir_node, this);
H A Dopt_rebalance_tree.cpp269 visit_tree(expr, is_reduction, (void *)&ird);
323 visit_tree(new_rvalue, NULL, NULL, update_types);
H A Dir_hierarchical_visitor.h206 void visit_tree(ir_instruction *ir,
H A Dir_hierarchical_visitor.cpp389 visit_tree(ir_instruction *ir, function in typeref:typename:void
H A Dopt_tree_grafting.cpp113 visit_tree(ir, dereferences_variable_callback, &info);
H A Dopt_vectorize.cpp108 * From the example above, this function would be called (by visit_tree()) on
203 visit_tree(this->last_assignment->rhs, rewrite_swizzle, &mask);
H A Dopt_function_inlining.cpp242 visit_tree(new_ir, replace_return_with_assignment, this->return_deref);
H A Dir_validate.cpp1219 visit_tree(ir, check_node_type, NULL);
H A Dast_function.cpp463 visit_tree(actual, copy_index_derefs_to_temps, &data);
H A Dir.cpp2291 visit_tree(node, steal_memory, mem_ctx);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_if_to_cond_assign.cpp244 visit_tree(then_ir, check_ir_node, this);
249 visit_tree(else_ir, check_ir_node, this);
H A Dopt_rebalance_tree.cpp269 visit_tree(expr, is_reduction, (void *)&ird);
323 visit_tree(new_rvalue, NULL, NULL, update_types);
H A Dir_hierarchical_visitor.h198 void visit_tree(ir_instruction *ir,
H A Dir_hierarchical_visitor.cpp369 visit_tree(ir_instruction *ir, function in typeref:typename:void
H A Dopt_tree_grafting.cpp113 visit_tree(ir, dereferences_variable_callback, &info);
H A Dopt_vectorize.cpp108 * From the example above, this function would be called (by visit_tree()) on
203 visit_tree(this->last_assignment->rhs, rewrite_swizzle, &mask);
H A Dopt_function_inlining.cpp242 visit_tree(new_ir, replace_return_with_assignment, this->return_deref);
H A Dir_validate.cpp1082 visit_tree(ir, check_node_type, NULL);
H A Dir.cpp1962 visit_tree(node, steal_memory, mem_ctx);
H A Dast_function.cpp415 visit_tree(actual, copy_index_derefs_to_temps, &data);

Completed in 31 milliseconds