Searched refs:arg_p (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-phiprop.c274 use_operand_p arg_p, use; local
284 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_USE)
286 tree arg = USE_FROM_PTR (arg_p);
H A Dtree-outof-ssa.c824 use_operand_p arg_p; local
833 FOR_EACH_PHI_ARG (arg_p, phi, iter, SSA_OP_USE)
835 tree arg = USE_FROM_PTR (arg_p);
839 SET_USE (arg_p, NULL_TREE);
H A Dtree-ssa-live.c877 use_operand_p arg_p; local
888 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_ALL_USES)
890 tree arg = USE_FROM_PTR (arg_p);
891 int index = PHI_ARG_INDEX_FROM_USE (arg_p);
H A Dtree-into-ssa.c2046 use_operand_p arg_p; local
2050 arg_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e);
2051 arg = USE_FROM_PTR (arg_p);
2080 int arg_i = PHI_ARG_INDEX_FROM_USE (arg_p);
2082 SET_USE (arg_p, reaching_def);
2106 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (USE_FROM_PTR (arg_p)) = 1;
H A Dgimplify.c2237 gimplify_arg (tree *arg_p, gimple_seq *pre_p, location_t call_location)
2247 if (is_gimple_reg_type (TREE_TYPE (*arg_p)))
2253 if (TREE_CODE (*arg_p) == TARGET_EXPR)
2255 tree init = TARGET_EXPR_INITIAL (*arg_p);
2258 *arg_p = init;
2263 maybe_with_size_expr (arg_p);
2268 protected_set_expr_location (*arg_p, call_location);
2274 return gimplify_expr (arg_p, pre_p, NULL, test, fb);
2234 gimplify_arg(tree *arg_p, gimple_seq *pre_p, location_t call_location) argument
H A Dtree-ssa-reassoc.c3451 use_operand_p arg_p; local
3464 FOR_EACH_PHI_ARG (arg_p, def_phi, i, SSA_OP_USE)
3465 if (lhs == USE_FROM_PTR (arg_p))
H A Dtree-vrp.c6225 use_operand_p arg_p; local
6233 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_USE)
6235 tree arg = USE_FROM_PTR (arg_p);
H A Dtree.c5688 tree *arg_p = gimple_phi_arg_def_ptr (phi, i);
5689 find_decls_types (*arg_p, fld);
5667 tree *arg_p = gimple_phi_arg_def_ptr (phi, i); local
/haiku-buildtools/binutils/gas/config/
H A Dtc-z80.c889 emit_sx (char prefix, char opcode, expressionS * arg_p) argument
893 switch (arg_p->X_op)
897 emit_mx (prefix, opcode, 0, arg_p);
900 if (arg_p->X_md)
908 emit_byte (arg_p, BFD_RELOC_8);
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c507 s390_check_type_for_vector_abi (const_tree type, bool arg_p, bool in_struct_p) argument
528 if (!arg_p && type_size < 16)
536 if (arg_p && type_size > 16 && !in_struct_p)
547 s390_check_type_for_vector_abi (TREE_TYPE (type), arg_p, in_struct_p); local
570 s390_check_type_for_vector_abi (TREE_TYPE (field), arg_p, true); local

Completed in 328 milliseconds