| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-pass.h | 119 gimple_opt_pass (const pass_data& data, gcc::context *ctxt) in gimple_opt_pass() argument 120 : opt_pass (data, ctxt) in gimple_opt_pass() 129 rtl_opt_pass (const pass_data& data, gcc::context *ctxt) in rtl_opt_pass() argument 130 : opt_pass (data, ctxt) in rtl_opt_pass() 171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d() argument 181 : opt_pass (data, ctxt), in ipa_opt_pass_d() 200 simple_ipa_opt_pass (const pass_data& data, gcc::context *ctxt) in simple_ipa_opt_pass() argument 201 : opt_pass (data, ctxt) in simple_ipa_opt_pass() 350 extern gimple_opt_pass *make_pass_asan (gcc::context *ctxt); 351 extern gimple_opt_pass *make_pass_asan_O0 (gcc::context *ctxt); [all …]
|
| H A D | tree-ssa-loop.cc | 65 pass_fix_loops (gcc::context *ctxt) in pass_fix_loops() argument 66 : gimple_opt_pass (pass_data_fix_loops, ctxt) in pass_fix_loops() 89 make_pass_fix_loops (gcc::context *ctxt) in make_pass_fix_loops() argument 91 return new pass_fix_loops (ctxt); in make_pass_fix_loops() 132 pass_tree_loop (gcc::context *ctxt) in pass_tree_loop() argument 133 : gimple_opt_pass (pass_data_tree_loop, ctxt) in pass_tree_loop() 144 make_pass_tree_loop (gcc::context *ctxt) in make_pass_tree_loop() argument 146 return new pass_tree_loop (ctxt); in make_pass_tree_loop() 187 pass_oacc_kernels (gcc::context *ctxt) in pass_oacc_kernels() argument 188 : gimple_opt_pass (pass_data_oacc_kernels, ctxt) in pass_oacc_kernels() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-pass.h | 119 gimple_opt_pass (const pass_data& data, gcc::context *ctxt) in gimple_opt_pass() argument 120 : opt_pass (data, ctxt) in gimple_opt_pass() 129 rtl_opt_pass (const pass_data& data, gcc::context *ctxt) in rtl_opt_pass() argument 130 : opt_pass (data, ctxt) in rtl_opt_pass() 171 ipa_opt_pass_d (const pass_data& data, gcc::context *ctxt, in ipa_opt_pass_d() argument 181 : opt_pass (data, ctxt), in ipa_opt_pass_d() 200 simple_ipa_opt_pass (const pass_data& data, gcc::context *ctxt) in simple_ipa_opt_pass() argument 201 : opt_pass (data, ctxt) in simple_ipa_opt_pass() 342 extern gimple_opt_pass *make_pass_asan (gcc::context *ctxt); 343 extern gimple_opt_pass *make_pass_asan_O0 (gcc::context *ctxt); [all …]
|
| H A D | tree-ssa-loop.c | 65 pass_fix_loops (gcc::context *ctxt) in pass_fix_loops() argument 66 : gimple_opt_pass (pass_data_fix_loops, ctxt) in pass_fix_loops() 89 make_pass_fix_loops (gcc::context *ctxt) in make_pass_fix_loops() argument 91 return new pass_fix_loops (ctxt); in make_pass_fix_loops() 132 pass_tree_loop (gcc::context *ctxt) in pass_tree_loop() argument 133 : gimple_opt_pass (pass_data_tree_loop, ctxt) in pass_tree_loop() 144 make_pass_tree_loop (gcc::context *ctxt) in make_pass_tree_loop() argument 146 return new pass_tree_loop (ctxt); in make_pass_tree_loop() 188 pass_oacc_kernels (gcc::context *ctxt) in pass_oacc_kernels() argument 189 : gimple_opt_pass (pass_data_oacc_kernels, ctxt) in pass_oacc_kernels() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | libgccjit.c | 302 jit_error (gcc::jit::recording::context *ctxt, 308 jit_error (gcc::jit::recording::context *ctxt, in jit_error() argument 315 if (ctxt) in jit_error() 316 ctxt->add_error_va (loc, fmt, ap); in jit_error() 352 gcc_jit_context *ctxt = new gcc_jit_context (NULL); in gcc_jit_context_acquire() local 353 ctxt->log ("new top-level ctxt: %p", (void *)ctxt); in gcc_jit_context_acquire() 354 return ctxt; in gcc_jit_context_acquire() 362 gcc_jit_context_release (gcc_jit_context *ctxt) in gcc_jit_context_release() argument 364 RETURN_IF_FAIL (ctxt, NULL, NULL, "NULL ctxt"); in gcc_jit_context_release() 365 JIT_LOG_FUNC (ctxt->get_logger ()); in gcc_jit_context_release() [all …]
|
| H A D | libgccjit.h | 148 gcc_jit_context_release (gcc_jit_context *ctxt); 238 gcc_jit_context_set_str_option (gcc_jit_context *ctxt, 244 gcc_jit_context_set_int_option (gcc_jit_context *ctxt, 252 gcc_jit_context_set_bool_option (gcc_jit_context *ctxt, 273 gcc_jit_context_set_bool_allow_unreachable_blocks (gcc_jit_context *ctxt, 297 gcc_jit_context_set_bool_use_external_driver (gcc_jit_context *ctxt, 320 gcc_jit_context_add_command_line_option (gcc_jit_context *ctxt, 342 gcc_jit_context_add_driver_option (gcc_jit_context *ctxt, 356 gcc_jit_context_compile (gcc_jit_context *ctxt); 382 gcc_jit_context_compile_to_file (gcc_jit_context *ctxt, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit.cc | 315 jit_error (gcc::jit::recording::context *ctxt, 321 jit_error (gcc::jit::recording::context *ctxt, in jit_error() argument 328 if (ctxt) in jit_error() 329 ctxt->add_error_va (loc, fmt, ap); in jit_error() 376 gcc_jit_context *ctxt = new gcc_jit_context (NULL); in gcc_jit_context_acquire() local 377 ctxt->log ("new top-level ctxt: %p", (void *)ctxt); in gcc_jit_context_acquire() 378 return ctxt; in gcc_jit_context_acquire() 386 gcc_jit_context_release (gcc_jit_context *ctxt) in gcc_jit_context_release() argument 388 RETURN_IF_FAIL (ctxt, NULL, NULL, "NULL ctxt"); in gcc_jit_context_release() 389 JIT_LOG_FUNC (ctxt->get_logger ()); in gcc_jit_context_release() [all …]
|
| H A D | libgccjit.h | 163 gcc_jit_context_release (gcc_jit_context *ctxt); 253 gcc_jit_context_set_str_option (gcc_jit_context *ctxt, 259 gcc_jit_context_set_int_option (gcc_jit_context *ctxt, 267 gcc_jit_context_set_bool_option (gcc_jit_context *ctxt, 288 gcc_jit_context_set_bool_allow_unreachable_blocks (gcc_jit_context *ctxt, 306 gcc_jit_context_set_bool_print_errors_to_stderr (gcc_jit_context *ctxt, 330 gcc_jit_context_set_bool_use_external_driver (gcc_jit_context *ctxt, 353 gcc_jit_context_add_command_line_option (gcc_jit_context *ctxt, 375 gcc_jit_context_add_driver_option (gcc_jit_context *ctxt, 389 gcc_jit_context_compile (gcc_jit_context *ctxt); [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| H A D | fstrcmp.c | 173 struct partition *part, struct context *ctxt) in diag() argument 175 int *const fd = ctxt->fdiag; /* Give the compiler a chance. */ in diag() 176 int *const bd = ctxt->bdiag; /* Additional help for the compiler. */ in diag() 177 const char *const xv = ctxt->string[0].data; /* Still more help for the compiler. */ in diag() 178 const char *const yv = ctxt->string[1].data; /* And more and more . . . */ in diag() 297 if (c > 200 && big_snake && ctxt->heuristic) in diag() 398 if (c >= ctxt->too_expensive) in diag() 494 struct context *ctxt) in compareseq() argument 496 const char *const xv = ctxt->string[0].data; /* Help the compiler. */ in compareseq() 497 const char *const yv = ctxt->string[1].data; in compareseq() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| H A D | fstrcmp.c | 173 struct partition *part, struct context *ctxt) in diag() argument 175 int *const fd = ctxt->fdiag; /* Give the compiler a chance. */ in diag() 176 int *const bd = ctxt->bdiag; /* Additional help for the compiler. */ in diag() 177 const char *const xv = ctxt->string[0].data; /* Still more help for the compiler. */ in diag() 178 const char *const yv = ctxt->string[1].data; /* And more and more . . . */ in diag() 297 if (c > 200 && big_snake && ctxt->heuristic) in diag() 398 if (c >= ctxt->too_expensive) in diag() 494 struct context *ctxt) in compareseq() argument 496 const char *const xv = ctxt->string[0].data; /* Help the compiler. */ in compareseq() 497 const char *const yv = ctxt->string[1].data; in compareseq() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | fstrcmp.c | 173 struct partition *part, struct context *ctxt) in diag() argument 175 int *const fd = ctxt->fdiag; /* Give the compiler a chance. */ in diag() 176 int *const bd = ctxt->bdiag; /* Additional help for the compiler. */ in diag() 177 const char *const xv = ctxt->string[0].data; /* Still more help for the compiler. */ in diag() 178 const char *const yv = ctxt->string[1].data; /* And more and more . . . */ in diag() 297 if (c > 200 && big_snake && ctxt->heuristic) in diag() 398 if (c >= ctxt->too_expensive) in diag() 494 struct context *ctxt) in compareseq() argument 496 const char *const xv = ctxt->string[0].data; /* Help the compiler. */ in compareseq() 497 const char *const yv = ctxt->string[1].data; in compareseq() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
| H A D | tut05-bf.c | 17 make_main (gcc_jit_context *ctxt) in make_main() argument 20 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_INT); in make_main() 22 gcc_jit_context_new_param (ctxt, NULL, int_type, "argc"); in make_main() 26 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_CHAR))); in make_main() 28 gcc_jit_context_new_param (ctxt, NULL, char_ptr_ptr_type, "argv"); in make_main() 31 gcc_jit_context_new_function (ctxt, NULL, in make_main() 48 gcc_jit_context *ctxt; member 92 bfc->ctxt, in bf_get_current_data() 104 bfc->ctxt, in bf_current_data_is_zero() 118 gcc_jit_context_new_location (bfc->ctxt, in bf_compile_char() [all …]
|
| H A D | tut01-hello-world.c | 26 create_code (gcc_jit_context *ctxt) in create_code() argument 36 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_VOID); in create_code() 38 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_CONST_CHAR_PTR); in create_code() 40 gcc_jit_context_new_param (ctxt, NULL, const_char_ptr_type, "name"); in create_code() 42 gcc_jit_context_new_function (ctxt, NULL, in create_code() 50 gcc_jit_context_new_param (ctxt, NULL, const_char_ptr_type, "format"); in create_code() 52 gcc_jit_context_new_function (ctxt, NULL, in create_code() 55 ctxt, GCC_JIT_TYPE_INT), in create_code() 60 args[0] = gcc_jit_context_new_string_literal (ctxt, "hello %s\n"); in create_code() 67 gcc_jit_context_new_call (ctxt, in create_code() [all …]
|
| H A D | tut01-hello-world.cc | 26 create_code (gccjit::context ctxt) in create_code() argument 35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID); in create_code() 37 ctxt.get_type (GCC_JIT_TYPE_CONST_CHAR_PTR); in create_code() 39 ctxt.new_param (const_char_ptr_type, "name"); in create_code() 43 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code() 49 ctxt.new_param (const_char_ptr_type, "format"); in create_code() 53 ctxt.new_function (GCC_JIT_FUNCTION_IMPORTED, in create_code() 54 ctxt.get_type (GCC_JIT_TYPE_INT), in create_code() 59 block.add_eval (ctxt.new_call (printf_func, in create_code() 60 ctxt.new_rvalue ("hello %s\n"), in create_code() [all …]
|
| H A D | tut02-square.c | 26 create_code (gcc_jit_context *ctxt) in create_code() argument 36 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_INT); in create_code() 38 gcc_jit_context_new_param (ctxt, NULL, int_type, "i"); in create_code() 40 gcc_jit_context_new_function (ctxt, NULL, in create_code() 51 ctxt, NULL, in create_code() 62 gcc_jit_context *ctxt = NULL; in main() local 66 ctxt = gcc_jit_context_acquire (); in main() 67 if (!ctxt) in main() 76 ctxt, in main() 81 create_code (ctxt); in main() [all …]
|
| H A D | tut03-sum-of-squares.c | 26 create_code (gcc_jit_context *ctxt) in create_code() argument 42 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_INT); in create_code() 46 gcc_jit_context_new_param (ctxt, NULL, the_type, "n"); in create_code() 49 gcc_jit_context_new_function (ctxt, NULL, in create_code() 74 gcc_jit_context_zero (ctxt, the_type)); in create_code() 80 gcc_jit_context_zero (ctxt, the_type)); in create_code() 88 ctxt, NULL, in create_code() 101 ctxt, NULL, in create_code() 111 gcc_jit_context_one (ctxt, the_type)); in create_code() 125 gcc_jit_context *ctxt = NULL; in main() local [all …]
|
| H A D | tut03-sum-of-squares.cc | 26 create_code (gccjit::context ctxt) in create_code() argument 41 gccjit::type the_type = ctxt.get_int_type <int> (); in create_code() 44 gccjit::param n = ctxt.new_param (the_type, "n"); in create_code() 48 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code() 63 b_initial.add_assignment (sum, ctxt.zero (the_type)); in create_code() 66 b_initial.add_assignment (i, ctxt.zero (the_type)); in create_code() 84 ctxt.one (the_type)); in create_code() 95 gccjit::context ctxt; in main() local 99 ctxt = gccjit::context::acquire (); in main() 103 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, in main() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
| H A D | tut05-bf.c | 17 make_main (gcc_jit_context *ctxt) in make_main() argument 20 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_INT); in make_main() 22 gcc_jit_context_new_param (ctxt, NULL, int_type, "argc"); in make_main() 26 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_CHAR))); in make_main() 28 gcc_jit_context_new_param (ctxt, NULL, char_ptr_ptr_type, "argv"); in make_main() 31 gcc_jit_context_new_function (ctxt, NULL, in make_main() 48 gcc_jit_context *ctxt; member 92 bfc->ctxt, in bf_get_current_data() 104 bfc->ctxt, in bf_current_data_is_zero() 118 gcc_jit_context_new_location (bfc->ctxt, in bf_compile_char() [all …]
|
| H A D | tut01-hello-world.c | 26 create_code (gcc_jit_context *ctxt) in create_code() argument 36 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_VOID); in create_code() 38 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_CONST_CHAR_PTR); in create_code() 40 gcc_jit_context_new_param (ctxt, NULL, const_char_ptr_type, "name"); in create_code() 42 gcc_jit_context_new_function (ctxt, NULL, in create_code() 50 gcc_jit_context_new_param (ctxt, NULL, const_char_ptr_type, "format"); in create_code() 52 gcc_jit_context_new_function (ctxt, NULL, in create_code() 55 ctxt, GCC_JIT_TYPE_INT), in create_code() 60 args[0] = gcc_jit_context_new_string_literal (ctxt, "hello %s\n"); in create_code() 67 gcc_jit_context_new_call (ctxt, in create_code() [all …]
|
| H A D | tut01-hello-world.cc | 26 create_code (gccjit::context ctxt) in create_code() argument 35 gccjit::type void_type = ctxt.get_type (GCC_JIT_TYPE_VOID); in create_code() 37 ctxt.get_type (GCC_JIT_TYPE_CONST_CHAR_PTR); in create_code() 39 ctxt.new_param (const_char_ptr_type, "name"); in create_code() 43 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code() 49 ctxt.new_param (const_char_ptr_type, "format"); in create_code() 53 ctxt.new_function (GCC_JIT_FUNCTION_IMPORTED, in create_code() 54 ctxt.get_type (GCC_JIT_TYPE_INT), in create_code() 59 block.add_eval (ctxt.new_call (printf_func, in create_code() 60 ctxt.new_rvalue ("hello %s\n"), in create_code() [all …]
|
| H A D | tut02-square.c | 26 create_code (gcc_jit_context *ctxt) in create_code() argument 36 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_INT); in create_code() 38 gcc_jit_context_new_param (ctxt, NULL, int_type, "i"); in create_code() 40 gcc_jit_context_new_function (ctxt, NULL, in create_code() 51 ctxt, NULL, in create_code() 62 gcc_jit_context *ctxt = NULL; in main() local 66 ctxt = gcc_jit_context_acquire (); in main() 67 if (!ctxt) in main() 76 ctxt, in main() 81 create_code (ctxt); in main() [all …]
|
| H A D | tut03-sum-of-squares.c | 26 create_code (gcc_jit_context *ctxt) in create_code() argument 42 gcc_jit_context_get_type (ctxt, GCC_JIT_TYPE_INT); in create_code() 46 gcc_jit_context_new_param (ctxt, NULL, the_type, "n"); in create_code() 49 gcc_jit_context_new_function (ctxt, NULL, in create_code() 74 gcc_jit_context_zero (ctxt, the_type)); in create_code() 80 gcc_jit_context_zero (ctxt, the_type)); in create_code() 88 ctxt, NULL, in create_code() 101 ctxt, NULL, in create_code() 111 gcc_jit_context_one (ctxt, the_type)); in create_code() 125 gcc_jit_context *ctxt = NULL; in main() local [all …]
|
| H A D | tut03-sum-of-squares.cc | 26 create_code (gccjit::context ctxt) in create_code() argument 41 gccjit::type the_type = ctxt.get_int_type <int> (); in create_code() 44 gccjit::param n = ctxt.new_param (the_type, "n"); in create_code() 48 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code() 63 b_initial.add_assignment (sum, ctxt.zero (the_type)); in create_code() 66 b_initial.add_assignment (i, ctxt.zero (the_type)); in create_code() 84 ctxt.one (the_type)); in create_code() 95 gccjit::context ctxt; in main() local 99 ctxt = gccjit::context::acquire (); in main() 103 ctxt.set_bool_option (GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE, in main() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region-model.cc | 663 region_model_context *ctxt) in get_gassign_result() argument 679 const svalue *ptr_sval = get_rvalue (ptr, ctxt); in get_gassign_result() 680 const svalue *offset_sval = get_rvalue (offset, ctxt); in get_gassign_result() 696 const svalue *rhs1_sval = get_rvalue (rhs1, ctxt); in get_gassign_result() 697 const svalue *rhs2_sval = get_rvalue (rhs2, ctxt); in get_gassign_result() 726 return get_rvalue (rhs1, ctxt); in get_gassign_result() 739 const svalue *rhs_sval = get_rvalue (rhs1, ctxt); in get_gassign_result() 756 const svalue *rhs1_sval = get_rvalue (rhs1, ctxt); in get_gassign_result() 757 const svalue *rhs2_sval = get_rvalue (rhs2, ctxt); in get_gassign_result() 804 const svalue *rhs1_sval = get_rvalue (rhs1, ctxt); in get_gassign_result() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | region-model.cc | 409 region_model_context *ctxt ATTRIBUTE_UNUSED) in get_child_sid() 736 region_model_context *ctxt ATTRIBUTE_UNUSED) in get_child_sid() 1020 region_model_context *ctxt) in set_value() argument 1027 rhs_sid = model.maybe_cast (m_type, rhs_sid, ctxt); in set_value() 1157 region_model_context *ctxt) in get_value() argument 1170 = parent->get_inherited_child_sid (this, model, ctxt); in get_value() 1196 region_model_context *ctxt) in get_inherited_child_sid() argument 1204 m_sval_id = parent->get_inherited_child_sid (this, model, ctxt); in get_inherited_child_sid() 1215 = this_value->get_child_sid (this, child, model, ctxt); in get_inherited_child_sid() 1216 if (ctxt) in get_inherited_child_sid() [all …]
|