Lines Matching refs:ir_variable
123 ir_variable *
126 ir_variable *v = this->lhs->whole_variable_referenced(); in whole_variable_written()
657 ir_variable *
1627 ir_dereference_variable::ir_dereference_variable(ir_variable *var) in ir_dereference_variable()
1646 ir_dereference_array::ir_dereference_array(ir_variable *var, in ir_dereference_array()
1688 ir_dereference_record::ir_dereference_record(ir_variable *var, in ir_dereference_record()
1702 ir_variable *var = this->variable_referenced(); in is_lvalue()
1927 ir_variable *
1934 bool ir_variable::temporaries_allocate_names = false;
1936 const char ir_variable::tmp_name[] = "compiler_temp";
1938 ir_variable::ir_variable(const struct glsl_type *type, const char *name, in ir_variable() function in ir_variable
1944 if (mode == ir_var_temporary && !ir_variable::temporaries_allocate_names) in ir_variable()
1955 assert(name != ir_variable::tmp_name in ir_variable()
1958 && (name == NULL || name == ir_variable::tmp_name)) { in ir_variable()
1959 this->name = ir_variable::tmp_name; in ir_variable()
2036 const char *const ir_variable::warn_extension_table[] = {
2043 ir_variable::enable_extension_warning(const char *extension) in enable_extension_warning()
2111 ir_variable *a = (ir_variable *) a_node; in qualifiers_match()
2112 ir_variable *b = (ir_variable *) b_node; in qualifiers_match()
2194 ir_variable *var = ir->as_variable(); in steal_memory()
2246 mode_string(const ir_variable *var) in mode_string()