Lines Matching refs:operands
75 ir_rvalue *remainder = root->operands[1]; in tree_to_vine()
80 remainder_temp->operands[0]->as_expression() : NULL; in tree_to_vine()
86 ((ir_expression *)remainder)->operands[1] : NULL; in tree_to_vine()
91 ((ir_expression *)remainder)->operands[0] = tempptr->operands[1]; in tree_to_vine()
92 tempptr->operands[1] = remainder; in tree_to_vine()
94 ((ir_expression *)vine_tail)->operands[1] = tempptr; in tree_to_vine()
107 ir_expression *child = (ir_expression *)scanner->operands[1]; in compression()
108 scanner->operands[1] = child->operands[1]; in compression()
109 scanner = (ir_expression *)scanner->operands[1]; in compression()
110 child->operands[1] = scanner->operands[0]; in compression()
111 scanner->operands[0] = child; in compression()
237 expr->operands[0]->type->is_matrix() || in is_reduction()
238 (expr->operands[1] && expr->operands[1]->type->is_matrix())) { in is_reduction()
278 expr = (ir_expression *)pseudo_root.operands[1]; in handle_expression()
292 MAX2(expr->operands[0]->type->vector_elements, in update_types()
293 expr->operands[1]->type->vector_elements), in update_types()