| /src/sys/arch/xen/xen/ |
| balloon.c | 311 unsigned long long new_target; local 312 int err = xenbus_read_ull(NULL, "memory", "target", &new_target, 0); 316 return new_target; 330 balloon_xenbus_write_target(unsigned long long new_target) 332 int err = xenbus_printf(NULL, "memory", "target", "%llu", new_target); 624 size_t new_target; local 655 new_target = BALLOON_KB_TO_PAGES(target_kb); 659 xenmem_get_currentreservation(), new_target); 663 if (balloon_sc->balloon_target != new_target) { 664 balloon_sc->balloon_target = new_target; [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| cfgcleanup.cc | 439 basic_block new_target = NULL; 446 new_target = single_succ (target); 447 if (target == new_target) 459 new_target = NULL; 476 new_target = NULL; 523 new_target = t->dest; 528 if (!new_target) 535 || BB_PARTITION (first) == BB_PARTITION (new_target)) 537 target = new_target; 435 basic_block new_target = NULL; local
|
| ipa-prop.cc | 3918 tree new_target = builtin_decl_unreachable (); local 3919 cgraph_node::get_create (new_target); 3920 return new_target;
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-target-attr.cc | 390 tree new_target; local 418 new_target = build_target_option_node (&global_options, 420 DECL_FUNCTION_SPECIFIC_TARGET (fndecl) = new_target;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgcleanup.cc | 439 basic_block new_target = NULL; 446 new_target = single_succ (target); 447 if (target == new_target) 459 new_target = NULL; 476 new_target = NULL; 523 new_target = t->dest; 528 if (!new_target) 535 || BB_PARTITION (first) == BB_PARTITION (new_target)) 537 target = new_target; 435 basic_block new_target = NULL; local
|
| ipa-prop.cc | 3835 tree new_target = builtin_decl_implicit (BUILT_IN_UNREACHABLE); local 3836 cgraph_node::get_create (new_target); 3837 return new_target;
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| mach64_dma.c | 1247 u32 buf_addr, new_target, offset; local 1252 new_target = 1264 if (new_target == MACH64_BM_HOSTDATA 1268 target = new_target;
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-pragma.cc | 1301 tree new_target = target_option_default_node; local 1302 if (new_target != target_option_current_node) 1304 (void) targetm.target_option.pragma_parse (NULL_TREE, new_target); 1305 target_option_current_node = new_target;
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-builtins.cc | 1837 struct cl_target_option *new_target; 1880 new_target = TREE_TARGET_OPTION (target_node); 1881 gcc_assert (new_target); 1899 else if (new_target->arch_specified && new_target->arch > 0) 1901 if (processor_alias_table[i].processor == new_target->arch) 1911 switch (new_target->arch) 1914 if (TARGET_PCLMUL_P (new_target->x_ix86_isa_flags)) 1930 if (TARGET_F16C_P (new_target->x_ix86_isa_flags)) 1937 if (TARGET_ADX_P (new_target->x_ix86_isa_flags) 1836 struct cl_target_option *new_target; local [all...] |
| i386-expand.cc | 16087 rtx new_target; local 16233 new_target = gen_reg_rtx (mode); 16235 new_target = target; 16239 emit_insn (gen_rtx_SET (new_target, x)); 16248 emit_insn (gen_sse2_pshufd_1 (new_target, new_target, 16253 if (target != new_target) 16254 emit_move_insn (target, new_target); 16263 emit_move_insn (tmp, gen_lowpart (V4SFmode, new_target)); 16266 tmp = new_target; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-pragma.cc | 1158 tree new_target = target_option_default_node; local 1167 if (new_target != target_option_current_node) 1169 (void) targetm.target_option.pragma_parse (NULL_TREE, new_target); 1170 target_option_current_node = new_target;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-builtins.cc | 1932 struct cl_target_option *new_target; 1976 new_target = TREE_TARGET_OPTION (target_node); 1977 gcc_assert (new_target); 1995 else if (new_target->arch_specified && new_target->arch > 0) 1997 if (processor_alias_table[i].processor == new_target->arch) 2007 switch (new_target->arch) 2010 if (TARGET_PCLMUL_P (new_target->x_ix86_isa_flags)) 2026 if (TARGET_F16C_P (new_target->x_ix86_isa_flags)) 2033 if (TARGET_ADX_P (new_target->x_ix86_isa_flags) 1931 struct cl_target_option *new_target; local [all...] |
| i386-expand.cc | 15110 rtx new_target; local 15239 new_target = gen_reg_rtx (mode); 15241 new_target = target; 15245 emit_insn (gen_rtx_SET (new_target, x)); 15254 emit_insn (gen_sse2_pshufd_1 (new_target, new_target, 15259 if (target != new_target) 15260 emit_move_insn (target, new_target); 15269 emit_move_insn (tmp, gen_lowpart (V4SFmode, new_target)); 15272 tmp = new_target; [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| adb.c | 846 dns_name_t *prefix = NULL, *new_target = NULL; local 873 new_target = dns_fixedname_initname(&fixed2); 875 result = dns_name_concatenate(prefix, &dname.dname, new_target, 881 dns_name_dup(new_target, adb->mctx, target);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| adb.c | 1445 dns_name_t *prefix, *new_target; local 1488 new_target = dns_fixedname_initname(&fixed2); 1490 result = dns_name_concatenate(prefix, &dname.dname, new_target, 1496 dns_name_dup(new_target, adb->mctx, target);
|
| /src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| nios2.cc | 4377 tree new_target, new_optimize; 4389 new_target = nios2_valid_target_attribute_tree (args); 4392 if (!new_target) 4397 DECL_FUNCTION_SPECIFIC_TARGET (fndecl) = new_target; 4366 tree new_target, new_optimize; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| nios2.cc | 4371 tree new_target, new_optimize; 4383 new_target = nios2_valid_target_attribute_tree (args); 4386 if (!new_target) 4391 DECL_FUNCTION_SPECIFIC_TARGET (fndecl) = new_target; 4360 tree new_target, new_optimize; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390.cc | 16080 tree new_target, new_optimize; 16114 new_target = s390_valid_target_attribute_tree (args, &func_options, 16119 if (new_target == error_mark_node) 16121 else if (fndecl && new_target) 16123 DECL_FUNCTION_SPECIFIC_TARGET (fndecl) = new_target; 16079 tree new_target, new_optimize; local
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xtensa.c | 4710 fragS *new_target = NULL; 4725 new_target = next_fragP->fr_next; 4726 while (!(new_target->fr_type == rs_machine_dependent 4727 && (new_target->fr_subtype == RELAX_MAYBE_DESIRE_ALIGN 4728 || new_target->fr_subtype == RELAX_DESIRE_ALIGN))) 4729 new_target = new_target->fr_next; 4731 gas_assert (new_target->fr_type == rs_machine_dependent 4732 && (new_target->fr_subtype == RELAX_MAYBE_DESIRE_ALIGN 4733 || new_target->fr_subtype == RELAX_DESIRE_ALIGN)) 4702 fragS *new_target = NULL; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xtensa.c | 4710 fragS *new_target = NULL; 4725 new_target = next_fragP->fr_next; 4726 while (!(new_target->fr_type == rs_machine_dependent 4727 && (new_target->fr_subtype == RELAX_MAYBE_DESIRE_ALIGN 4728 || new_target->fr_subtype == RELAX_DESIRE_ALIGN))) 4729 new_target = new_target->fr_next; 4731 gas_assert (new_target->fr_type == rs_machine_dependent 4732 && (new_target->fr_subtype == RELAX_MAYBE_DESIRE_ALIGN 4733 || new_target->fr_subtype == RELAX_DESIRE_ALIGN)) 4702 fragS *new_target = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390.cc | 16619 tree new_target, new_optimize; 16653 new_target = s390_valid_target_attribute_tree (args, &func_options, 16658 if (new_target == error_mark_node) 16660 else if (fndecl && new_target) 16662 DECL_FUNCTION_SPECIFIC_TARGET (fndecl) = new_target; 16618 tree new_target, new_optimize; local
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| read.c | 12606 struct type *new_target = rewrite_array_type (type->target_type ()); 12607 if (new_target == nullptr) 12620 if (new_target != nullptr) 12621 copy->set_target_type (new_target); 12597 struct type *new_target = rewrite_array_type (type->target_type ()); local
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read.c | 12347 struct type *new_target = rewrite_array_type (type->target_type ()); 12348 if (new_target == nullptr) 12361 if (new_target != nullptr) 12362 copy->set_target_type (new_target); 12338 struct type *new_target = rewrite_array_type (type->target_type ()); local
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 24822 tree new_target, new_optimize; 24876 new_target = build_target_option_node (&global_options, 24880 new_target = NULL; 24885 if (!new_target) 24890 DECL_FUNCTION_SPECIFIC_TARGET (fndecl) = new_target; 24776 tree new_target, new_optimize; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 24364 tree new_target, new_optimize; 24418 new_target = build_target_option_node (&global_options, 24422 new_target = NULL; 24427 if (!new_target) 24432 DECL_FUNCTION_SPECIFIC_TARGET (fndecl) = new_target; 24318 tree new_target, new_optimize; local
|