Lines Matching refs:operands
56 struct hist_field *operands[HIST_FIELD_OPERANDS_MAX]; member
121 struct hist_field *operand = hist_field->operands[0]; in hist_field_log2()
133 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus()
134 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus()
147 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus()
148 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus()
161 struct hist_field *operand = hist_field->operands[0]; in hist_field_unary_minus()
1298 operand = hist_field->operands[i]; in check_field_for_var_refs()
1404 operand = hist_field->operands[i]; in field_has_hist_vars()
1697 field_name = hist_field_name(field->operands[0], ++level); in hist_field_name()
2085 if (!field->operands[0]) { in expr_str()
2094 subexpr = expr_str(field->operands[0], ++level); in expr_str()
2107 expr_field_str(field->operands[0], expr); in expr_str()
2121 expr_field_str(field->operands[1], expr); in expr_str()
2164 destroy_hist_field(hist_field->operands[i], level + 1); in destroy_hist_field()
2214 hist_field->operands[0] = create_hist_field(hist_data, field, fl, NULL); in create_hist_field()
2215 hist_field->size = hist_field->operands[0]->size; in create_hist_field()
2216 hist_field->type = kstrdup(hist_field->operands[0]->type, GFP_KERNEL); in create_hist_field()
2517 alias->operands[0] = var_ref; in create_alias()
2647 expr->operands[0] = operand1; in parse_unary()
2771 expr->operands[0] = operand1; in parse_expr()
2772 expr->operands[1] = operand2; in parse_expr()