Lines Matching refs:operands
73 !ir->operands[0]->type->is_matrix() ||
74 !ir->operands[1]->type->is_vector())
77 ir_variable *mat_var = ir->operands[0]->variable_referenced();
84 ir_dereference_variable *deref = ir->operands[0]->as_dereference_variable();
90 ir->operands[0] = ir->operands[1];
91 ir->operands[1] = new(mem_ctx) ir_dereference_variable(mvp_transpose);
96 ir_dereference_array *array_ref = ir->operands[0]->as_dereference_array();
101 ir->operands[0] = ir->operands[1];
102 ir->operands[1] = array_ref;