Searched refs:ir_variable_refcount_entry (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_variable_refcount.cpp47 ir_variable_refcount_entry *ivre = (ir_variable_refcount_entry *) entry->data;
67 ir_variable_refcount_entry::ir_variable_refcount_entry(ir_variable *var) function in class:ir_variable_refcount_entry
76 ir_variable_refcount_entry *
83 return (ir_variable_refcount_entry *)e->data;
85 ir_variable_refcount_entry *entry = new ir_variable_refcount_entry(var);
96 ir_variable_refcount_entry *entry = this->get_variable_entry(ir);
108 ir_variable_refcount_entry *entr
[all...]
H A Dir_variable_refcount.h44 class ir_variable_refcount_entry class
47 ir_variable_refcount_entry(ir_variable *var);
81 ir_variable_refcount_entry *get_variable_entry(ir_variable *var);
84 * Hash table mapping ir_variable to ir_variable_refcount_entry.
H A Dopt_dead_code.cpp54 ir_variable_refcount_entry *entry = (ir_variable_refcount_entry *)e->data;
H A Dopt_tree_grafting.cpp385 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_variable_refcount.cpp47 ir_variable_refcount_entry *ivre = (ir_variable_refcount_entry *) entry->data;
67 ir_variable_refcount_entry::ir_variable_refcount_entry(ir_variable *var) function in class:ir_variable_refcount_entry
76 ir_variable_refcount_entry *
83 return (ir_variable_refcount_entry *)e->data;
85 ir_variable_refcount_entry *entry = new ir_variable_refcount_entry(var);
96 ir_variable_refcount_entry *entry = this->get_variable_entry(ir);
108 ir_variable_refcount_entry *entr
[all...]
H A Dir_variable_refcount.h44 class ir_variable_refcount_entry class
47 ir_variable_refcount_entry(ir_variable *var);
81 ir_variable_refcount_entry *get_variable_entry(ir_variable *var);
84 * Hash table mapping ir_variable to ir_variable_refcount_entry.
H A Dopt_dead_code.cpp54 ir_variable_refcount_entry *entry = (ir_variable_refcount_entry *)e->data;
H A Dopt_tree_grafting.cpp385 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var);

Completed in 9 milliseconds