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

  /external/mesa3d/src/glsl/
opt_structure_splitting.cpp 154 if (ir->lhs->as_dereference_variable() &&
155 ir->rhs->as_dereference_variable() &&
221 ir_dereference_variable *deref_var = deref_record->record->as_dereference_variable();
258 ir_dereference_variable *lhs_deref = ir->lhs->as_dereference_variable();
259 ir_dereference_variable *rhs_deref = ir->rhs->as_dereference_variable();
opt_constant_propagation.cpp 130 ir_dereference_variable *deref = (*rvalue)->as_dereference_variable();
136 deref = swiz->val->as_dereference_variable();
410 ir_dereference_variable *deref = ir->lhs->as_dereference_variable();
ir_set_program_inouts.cpp 111 deref_var = ir->array->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_tree_grafting.cpp 95 ir_dereference_variable *deref = ir->as_dereference_variable();
120 ir_dereference_variable *deref = (*rvalue)->as_dereference_variable();
ir.h 115 virtual class ir_dereference_variable *as_dereference_variable() { return NULL; } function in class:ir_instruction
1345 virtual ir_dereference_variable *as_dereference_variable() function in class:ir_dereference_variable
    [all...]
opt_function_inlining.cpp 358 ir_dereference_variable *deref_var = (*deref)->as_dereference_variable();
lower_jumps.cpp 467 ir_dereference_variable* ir_if_cond_deref = ir_if->condition->as_dereference_variable();
lower_mat_op_to_vec.cpp 374 orig_assign->lhs->as_dereference_variable();
ir_to_llvm.cpp 330 if(ir_dereference_variable* deref = ir->as_dereference_variable())
    [all...]
ast_to_hir.cpp 751 ir_dereference_variable *deref = access->as_dereference_variable();
    [all...]

Completed in 540 milliseconds