Lines Matching defs:op_p
412 tree *op_p; /* The place where it occurs. */
816 if (use->op_p)
817 print_generic_expr (file, *use->op_p, TDF_SLIM);
1539 use->op_p = use_p;
2293 /* Finds addresses in *OP_P inside STMT. */
2297 tree *op_p)
2299 tree base = *op_p, step = size_zero_node;
2408 record_group_use (data, op_p, civ, stmt, USE_REF_ADDRESS, TREE_TYPE (*op_p));
2412 for_each_index (op_p, idx_record_use, data);
2431 /* CALL calls an internal function. If operand *OP_P will become an
2436 get_mem_type_for_internal_fn (gcall *call, tree *op_p)
2443 if (op_p == gimple_call_arg_ptr (call, 0))
2450 if (op_p == gimple_call_arg_ptr (call, 0))
2459 /* IV is a (non-address) iv that describes operand *OP_P of STMT.
2464 find_address_like_use (struct ivopts_data *data, gimple *stmt, tree *op_p,
2474 mem_type = get_mem_type_for_internal_fn (call, op_p);
2478 record_group_use (data, op_p, iv, stmt, USE_PTR_ADDRESS, mem_type);
4122 type = build_pointer_type (TREE_TYPE (*use->op_p));
7560 gcc_assert (use->op_p == gimple_call_arg_ptr (call, 0));
7603 gcc_assert (type == TREE_TYPE (*use->op_p));
7604 unsigned int align = get_object_alignment (*use->op_p);
7607 alias_ptr_type = reference_alias_ptr_type (*use->op_p);
7634 copy_ref_info (ref, *use->op_p);
7637 *use->op_p = ref;
7684 gcc_assert (use->op_p != NULL);
7685 *use->op_p = force_gimple_operand_gsi (&bsi, comp, true,
7686 SSA_NAME_VAR (*use->op_p),