/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-simd-clone.cc | 596 sc->args[i].orig_arg = node->definition ? parm : NULL_TREE; in simd_clone_adjust_argument_types() 696 sc->args[i].orig_arg in simd_clone_adjust_argument_types() 986 tree basetype = TREE_TYPE (node->simdclone->args[i].orig_arg); in ipa_simd_modify_function_body() 1133 ptype = TREE_TYPE (node->simdclone->args[i].orig_arg); in simd_clone_linear_addend() 1137 ptype = TREE_TYPE (TREE_TYPE (node->simdclone->args[i].orig_arg)); in simd_clone_linear_addend() 1144 tree arg = node->simdclone->args[idx].orig_arg; in simd_clone_linear_addend() 1411 && (TREE_ADDRESSABLE (node->simdclone->args[i].orig_arg) in simd_clone_adjust() 1413 (TREE_TYPE (node->simdclone->args[i].orig_arg)))) in simd_clone_adjust() 1415 tree orig_arg = node->simdclone->args[i].orig_arg; in simd_clone_adjust() local 1416 if (is_gimple_reg_type (TREE_TYPE (orig_arg))) in simd_clone_adjust() [all …]
|
H A D | tree-vect-loop-manip.cc | 1158 tree orig_arg = PHI_ARG_DEF_FROM_EDGE (phi, e); in slpeel_tree_duplicate_loop_to_edge_cfg() local 1162 add_phi_arg (phi, orig_arg, new_exit, orig_locus); in slpeel_tree_duplicate_loop_to_edge_cfg() 1225 tree orig_arg = PHI_ARG_DEF_FROM_EDGE (orig_phi, orig_e); in slpeel_tree_duplicate_loop_to_edge_cfg() local 1229 add_phi_arg (new_phi, orig_arg, new_e, orig_locus); in slpeel_tree_duplicate_loop_to_edge_cfg() 2237 tree orig_arg = PHI_ARG_DEF (orig_phi, 0); in slpeel_update_phi_nodes_for_loops() local 2238 if (TREE_CODE (orig_arg) != SSA_NAME || virtual_operand_p (orig_arg)) in slpeel_update_phi_nodes_for_loops() 2245 tree new_res = copy_ssa_name (orig_arg); in slpeel_update_phi_nodes_for_loops() 2247 add_phi_arg (lcphi, orig_arg, single_exit (first), UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_loops()
|
H A D | builtins.cc | 2488 tree orig_arg = arg; in expand_builtin_interclass_mathfn() local 2506 CALL_EXPR_ARG (exp, 0) = orig_arg; in expand_builtin_interclass_mathfn() 8808 tree orig_arg, max_exp, min_exp; in fold_builtin_interclass_mathfn() local 8813 orig_arg = arg = builtin_save_expr (arg); in fold_builtin_interclass_mathfn() 8849 complex_double_type_node, orig_arg); in fold_builtin_interclass_mathfn()
|
H A D | cgraph.h | 741 tree orig_arg; member
|
H A D | ChangeLog-2019 | 16647 * calls.c (emit_library_call_value_1): Merge arg and orig_arg
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-simd-clone.c | 591 sc->args[i].orig_arg = node->definition ? parm : NULL_TREE; in simd_clone_adjust_argument_types() 687 sc->args[i].orig_arg in simd_clone_adjust_argument_types() 977 tree basetype = TREE_TYPE (node->simdclone->args[i].orig_arg); in ipa_simd_modify_function_body() 1123 ptype = TREE_TYPE (node->simdclone->args[i].orig_arg); in simd_clone_linear_addend() 1127 ptype = TREE_TYPE (TREE_TYPE (node->simdclone->args[i].orig_arg)); in simd_clone_linear_addend() 1134 tree arg = node->simdclone->args[idx].orig_arg; in simd_clone_linear_addend() 1399 && (TREE_ADDRESSABLE (node->simdclone->args[i].orig_arg) in simd_clone_adjust() 1401 (TREE_TYPE (node->simdclone->args[i].orig_arg)))) in simd_clone_adjust() 1403 tree orig_arg = node->simdclone->args[i].orig_arg; in simd_clone_adjust() local 1404 if (is_gimple_reg_type (TREE_TYPE (orig_arg))) in simd_clone_adjust() [all …]
|
H A D | tree-vect-loop-manip.c | 1084 tree orig_arg = PHI_ARG_DEF_FROM_EDGE (phi, e); in slpeel_tree_duplicate_loop_to_edge_cfg() local 1088 add_phi_arg (phi, orig_arg, new_exit, orig_locus); in slpeel_tree_duplicate_loop_to_edge_cfg() 1151 tree orig_arg = PHI_ARG_DEF_FROM_EDGE (orig_phi, orig_e); in slpeel_tree_duplicate_loop_to_edge_cfg() local 1155 add_phi_arg (new_phi, orig_arg, new_e, orig_locus); in slpeel_tree_duplicate_loop_to_edge_cfg() 2158 tree orig_arg = PHI_ARG_DEF (orig_phi, 0); in slpeel_update_phi_nodes_for_loops() local 2159 if (TREE_CODE (orig_arg) != SSA_NAME || virtual_operand_p (orig_arg)) in slpeel_update_phi_nodes_for_loops() 2166 tree new_res = copy_ssa_name (orig_arg); in slpeel_update_phi_nodes_for_loops() 2168 add_phi_arg (lcphi, orig_arg, single_exit (first), UNKNOWN_LOCATION); in slpeel_update_phi_nodes_for_loops()
|
H A D | builtins.c | 2504 tree orig_arg = arg; in expand_builtin_interclass_mathfn() local 2522 CALL_EXPR_ARG (exp, 0) = orig_arg; in expand_builtin_interclass_mathfn() 9612 tree orig_arg, max_exp, min_exp; in fold_builtin_interclass_mathfn() local 9617 orig_arg = arg = builtin_save_expr (arg); in fold_builtin_interclass_mathfn() 9653 complex_double_type_node, orig_arg); in fold_builtin_interclass_mathfn()
|
H A D | cgraph.h | 788 tree orig_arg; member
|
H A D | function.c | 3926 function_arg_info orig_arg (type, data.arg.named); in gimplify_parameters() 3927 if (reference_callee_copied (&all.args_so_far_v, orig_arg)) in gimplify_parameters()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | taskloop.c | 203 char *orig_arg = arg; in GOMP_taskloop() local 220 arg = orig_arg; in GOMP_taskloop()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | taskloop.c | 222 char *orig_arg = arg; in GOMP_taskloop() local 239 arg = orig_arg; in GOMP_taskloop()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_mac.cc | 397 void *orig_arg; member 403 new_args->orig_func(new_args->orig_arg); in call_once_callback_wrapper()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_interceptors_mac.cc | 422 void *orig_arg; member 428 new_args->orig_func(new_args->orig_arg); in call_once_callback_wrapper()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_mac.cpp | 495 void *orig_arg; member 501 new_args->orig_func(new_args->orig_arg); in call_once_callback_wrapper()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 8412 tree orig_arg; in convert_template_argument() local 8437 orig_arg = arg; in convert_template_argument() 8486 error ("invalid use of destructor %qE as a type", orig_arg); in convert_template_argument() 8492 "use %<typename %E%>", orig_arg); in convert_template_argument() 8494 orig_arg = make_typename_type (TREE_OPERAND (arg, 0), in convert_template_argument() 8498 arg = orig_arg; in convert_template_argument() 8517 (DECL_P (arg) ? DECL_NAME (arg) : orig_arg)); in convert_template_argument() 8529 " expected a class template, got %qE", orig_arg); in convert_template_argument() 8532 " expected a type, got %qE", orig_arg); in convert_template_argument() 8549 " expected a class template, got %qT", orig_arg); in convert_template_argument() [all …]
|
H A D | constexpr.cc | 3222 tree orig_arg = TREE_OPERAND (t, 0); in cxx_eval_unary_expression() local 3223 tree arg = cxx_eval_constant_expression (ctx, orig_arg, /*lval*/false, in cxx_eval_unary_expression() 3232 if (arg == orig_arg) in cxx_eval_unary_expression()
|
H A D | semantics.cc | 12380 tree orig_arg = arg; in finish_builtin_launder() local 12392 arg = orig_arg; in finish_builtin_launder()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 8191 tree orig_arg; in convert_template_argument() local 8216 orig_arg = arg; in convert_template_argument() 8265 error ("invalid use of destructor %qE as a type", orig_arg); in convert_template_argument() 8271 "use %<typename %E%>", orig_arg); in convert_template_argument() 8273 orig_arg = make_typename_type (TREE_OPERAND (arg, 0), in convert_template_argument() 8277 arg = orig_arg; in convert_template_argument() 8296 (DECL_P (arg) ? DECL_NAME (arg) : orig_arg)); in convert_template_argument() 8308 " expected a class template, got %qE", orig_arg); in convert_template_argument() 8311 " expected a type, got %qE", orig_arg); in convert_template_argument() 8328 " expected a class template, got %qT", orig_arg); in convert_template_argument() [all …]
|
H A D | constexpr.c | 2925 tree orig_arg = TREE_OPERAND (t, 0); in cxx_eval_unary_expression() local 2926 tree arg = cxx_eval_constant_expression (ctx, orig_arg, /*lval*/false, in cxx_eval_unary_expression() 2935 if (arg == orig_arg) in cxx_eval_unary_expression()
|
H A D | semantics.c | 10387 tree orig_arg = arg; in finish_builtin_launder() local 10399 arg = orig_arg; in finish_builtin_launder()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2012 | 58 a lookup_symbol call. Remove variables orig_arg, decode_exception and
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2012 | 58 a lookup_symbol call. Remove variables orig_arg, decode_exception and
|