Searched refs:as_variable (Results 1 – 9 of 9) sorted by relevance
194 ir_variable *const var = ((ir_instruction *) node)->as_variable(); in invalidate_variable_locations()335 ir_variable *const var = ((ir_instruction *) node)->as_variable(); in cross_validate_globals()463 ir_variable *const var = ((ir_instruction *) node)->as_variable(); in cross_validate_outputs_to_inputs()480 ir_variable *const input = ((ir_instruction *) node)->as_variable(); in cross_validate_outputs_to_inputs()585 } else if ((var = inst->as_variable()) != NULL) { in populate_symbol_table()702 ir_variable *var = inst->as_variable(); in move_non_declarations()901 ir_variable *const var = ((ir_instruction *) node)->as_variable(); in link_intrastage_shaders()954 ir_variable *const var = ((ir_instruction *) node)->as_variable(); in update_array_sizes()968 ir_variable *other_var = ((ir_instruction *) node2)->as_variable(); in update_array_sizes()1087 ir_variable *const var = ((ir_instruction *) node)->as_variable(); in assign_uniform_locations()[all …]
140 assert(const_cast<ir_instruction *>(original)->as_variable()); in visit_enter()
111 virtual class ir_variable * as_variable() { return NULL; } in as_variable() function248 virtual ir_variable *as_variable() in as_variable() function
213 if (((ir_instruction *) node)->as_variable()) in visit_leave()
309 assert(const_cast<ir_variable *>(param)->as_variable() != NULL); in clone_prototype()
1351 assert(((ir_instruction *) iter.get())->as_variable() != NULL); in replace_parameters()1408 ir_variable *var = ir->as_variable(); in steal_memory()
85 if ((ir->var == NULL) || (ir->var->as_variable() == NULL)) { in visit()
354 if (st->current_function == NULL && ir->as_variable() != NULL) in read_instructions()
2731 ir_variable *const var = ((ir_instruction *) iter.get())->as_variable(); in hir()