HomeSort by relevance Sort by last modified time
    Searched refs:as_dereference_variable (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 164 if (ir->val->as_dereference_variable() && ir->type->is_scalar())
173 if (ir->lhs->as_dereference_variable() &&
174 ir->rhs->as_dereference_variable() &&
181 if (ir->lhs->as_dereference_variable() &&
245 ir_dereference_variable *deref_var = swiz->val->as_dereference_variable();
260 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable();
261 ir_dereference_variable *rhs_deref = ir->rhs->as_dereference_variable();
  /external/mesa3d/src/glsl/
opt_structure_splitting.cpp 166 if (ir->lhs->as_dereference_variable() &&
167 ir->rhs->as_dereference_variable() &&
233 ir_dereference_variable *deref_var = deref_record->record->as_dereference_variable();
270 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable();
271 ir_dereference_variable *rhs_deref = ir->rhs->as_dereference_variable();
opt_copy_propagation_elements.cpp 169 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable();
218 deref_var = swizzle->val->as_dereference_variable();
228 deref_var = (*ir)->as_dereference_variable();
439 ir_dereference_variable *lhs = ir->lhs->as_dereference_variable();
443 ir_dereference_variable *rhs = ir->rhs->as_dereference_variable();
449 rhs = swiz->val->as_dereference_variable();
lower_clip_distance.cpp 189 ir_dereference_variable *old_var_ref = ir->array->as_dereference_variable();
214 ir_dereference_variable *lhs_var = ir->lhs->as_dereference_variable();
215 ir_dereference_variable *rhs_var = ir->rhs->as_dereference_variable();
291 ir_dereference_variable *deref = actual_param->as_dereference_variable();
opt_constant_propagation.cpp 145 ir_dereference_variable *deref = (*rvalue)->as_dereference_variable();
151 deref = swiz->val->as_dereference_variable();
440 ir_dereference_variable *deref = ir->lhs->as_dereference_variable();
loop_controls.cpp 216 ir_rvalue *counter = cond->operands[0]->as_dereference_variable();
221 counter = cond->operands[1]->as_dereference_variable();
opt_array_splitting.cpp 176 ir_dereference_variable *deref = ir->array->as_dereference_variable();
286 ir_dereference_variable *deref_var = deref_array->array->as_dereference_variable();
opt_dead_code_local.cpp 102 ir_dereference_variable *deref = ir->val->as_dereference_variable();
170 ir_dereference_variable *deref_var = ir->lhs->as_dereference_variable();
opt_tree_grafting.cpp 99 ir_dereference_variable *deref = ir->as_dereference_variable();
124 ir_dereference_variable *deref = (*rvalue)->as_dereference_variable();
ir_set_program_inouts.cpp 129 deref_var = ir->array->as_dereference_variable();
opt_function_inlining.cpp 306 ir_dereference_variable *deref_var = (*deref)->as_dereference_variable();
ir.h 122 virtual class ir_dereference_variable *as_dereference_variable() { return NULL; } function in class:ir_instruction
1541 virtual ir_dereference_variable *as_dereference_variable() function in class:ir_dereference_variable
    [all...]
lower_mat_op_to_vec.cpp 318 orig_assign->lhs->as_dereference_variable();
lower_variable_index_to_cond_assign.cpp 143 ir_dereference_variable *const dv = (*rvalue)->as_dereference_variable();
lower_jumps.cpp 798 ir_dereference_variable* ir_if_cond_deref = ir_if->condition->as_dereference_variable();
    [all...]
ast_to_hir.cpp 664 ir_dereference_variable *deref = access->as_dereference_variable();
    [all...]

Completed in 73 milliseconds