| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | openacc.f90 | 33 use iso_fortran_env, only: int32 73 use openacc_kinds 106 use iso_c_binding, only: c_size_t 165 use iso_c_binding, only: c_int32_t 172 use iso_c_binding, only: c_int64_t 183 use iso_c_binding, only: c_int32_t 190 use iso_c_binding, only: c_int64_t 201 use iso_c_binding, only: c_int32_t 208 use iso_c_binding, only: c_int64_t 219 use iso_c_binding, only: c_int32_t [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | openacc.f90 | 33 use iso_fortran_env, only: int32 73 use openacc_kinds 106 use iso_c_binding, only: c_size_t 165 use iso_c_binding, only: c_int32_t 172 use iso_c_binding, only: c_int64_t 183 use iso_c_binding, only: c_int32_t 190 use iso_c_binding, only: c_int64_t 201 use iso_c_binding, only: c_int32_t 208 use iso_c_binding, only: c_int64_t 219 use iso_c_binding, only: c_int32_t [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | pgp | 29 >>&0 use pgp 37 >>&0 use pgp 49 >>&0 use pgp 281 >3 use crypto 283 >>5 use hash 287 >>5 use hash 294 >0 use crypto 298 >2 use hash 315 >5 use crypto 317 >>6 use chkcrypto [all …]
|
| H A D | gpt | 13 # (use -k if you do want them as well) 35 #>>>>>>>>>>>>>446 use gpt-mbr-partition 37 >>>>>>>>>>>>>>0 use gpt-mbr-type 38 >>>>>>>>>>>>>>&-8 use gpt-table 42 >>>>>>>>>>>>>>>0 use gpt-mbr-type 43 >>>>>>>>>>>>>>>&-8 use gpt-table 47 >>>>>>>>>>>>>>>>0 use gpt-mbr-type 48 >>>>>>>>>>>>>>>>&-8 use gpt-table 52 >>>>>>>>>>>>>>>>>0 use gpt-mbr-type 53 >>>>>>>>>>>>>>>>>&-8 use gpt-table [all …]
|
| H A D | netbsd | 36 >0 use netbsd-detail 45 >0 use netbsd-detail 51 >0 use netbsd-detail 58 >0 use netbsd-4096 61 >0 use netbsd-pure 64 >0 use netbsd-normal 67 >0 use netbsd-core 70 >0 use \^netbsd-8192 73 >0 use \^netbsd-pure 76 >0 use \^netbsd-normal [all …]
|
| H A D | nifty | 13 >0 use nifti1 17 >0 use nifti1 22 >0 use nifti2 26 >0 use nifti2 32 >>70 use nifti-datatype-le 34 >>0 use nifti1-dim-le 36 >>>252 use xform-code-nifti1-le 38 >>>254 use xform-code-nifti1-le 41 >>70 use \^nifti-datatype-le 43 >>0 use \^nifti1-dim-le [all …]
|
| H A D | pgp-binary-keys | 164 >&0 use primary_key_length_new 167 >&0 use primary_key_length_new 170 >&-1 use primary_key_length_old 173 >&-1 use primary_key_length_old 185 >>&0 use pgp_binary_key_pk_check 186 >>>&(&-1.B) use sig_or_component_1 193 >>>&1 use pgp_binary_key_pk_check 194 >>>>&(&-2.S-48960) use sig_or_component_1 197 >>&4 use pgp_binary_key_pk_check 198 >>>&(&-4.L) use sig_or_component_1 [all …]
|
| H A D | arm | 11 # use little endian variant of subroutine to 13 >>0 use display-coff 20 # use little endian variant of subroutine to 22 >>0 use display-coff 29 # use little endian variant of subroutine to 31 >>0 use display-coff 38 # use little endian variant of subroutine to 40 >>0 use display-coff 47 # use little endian variant of subroutine to 49 >>0 use display-coff
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | web.c | 171 union_defs (df_ref use, web_entry *def_entry, in union_defs() argument 175 struct df_insn_info *insn_info = DF_REF_INSN_INFO (use); in union_defs() 176 struct df_link *link = DF_REF_CHAIN (use); in union_defs() 185 if (use != eq_use in union_defs() 186 && DF_REF_REAL_REG (use) == DF_REF_REAL_REG (eq_use)) in union_defs() 187 (*fun) (use_entry + DF_REF_ID (use), use_entry + DF_REF_ID (eq_use)); in union_defs() 197 && SET_SRC (set) == DF_REF_REG (use) in union_defs() 203 if (DF_REF_REAL_REG (use) == DF_REF_REAL_REG (def)) in union_defs() 204 (*fun) (use_entry + DF_REF_ID (use), def_entry + DF_REF_ID (def)); in union_defs() 218 int regno = REGNO (DF_REF_REAL_REG (use)); in union_defs() [all …]
|
| H A D | fwprop.c | 141 get_def_for_use (df_ref use) in get_def_for_use() argument 143 return use_def_ref[DF_REF_ID (use)]; in get_def_for_use() 201 process_uses (df_ref use, int top_flag) in process_uses() argument 203 for (; use; use = DF_REF_NEXT_LOC (use)) in process_uses() 204 if ((DF_REF_FLAGS (use) & DF_REF_AT_TOP) == top_flag) in process_uses() 206 unsigned int uregno = DF_REF_REGNO (use); in process_uses() 210 use_def_ref[DF_REF_ID (use)] = reg_defs[uregno]; in process_uses() 804 use_killed_between (df_ref use, rtx_insn *def_insn, rtx_insn *target_insn) in use_killed_between() argument 828 regno = DF_REF_REGNO (use); in use_killed_between() 841 return local_ref_killed_between_p (use, def_insn, target_insn); in use_killed_between() [all …]
|
| H A D | regstat.c | 61 df_ref use; in regstat_init_n_sets_and_refs() local 64 for (use = DF_REG_USE_CHAIN (i); use; use = DF_REF_NEXT_REG (use)) in regstat_init_n_sets_and_refs() 65 if (DF_REF_INSN_INFO (use) && DEBUG_INSN_P (DF_REF_INSN (use))) in regstat_init_n_sets_and_refs() 114 df_ref def, use; in regstat_bb_compute_ri() local 131 FOR_EACH_ARTIFICIAL_USE (use, bb->index) in regstat_bb_compute_ri() 132 if ((DF_REF_FLAGS (use) & DF_REF_AT_TOP) == 0) in regstat_bb_compute_ri() 134 regno = DF_REF_REGNO (use); in regstat_bb_compute_ri() 212 FOR_EACH_INSN_INFO_USE (use, insn_info) in regstat_bb_compute_ri() 214 unsigned int uregno = DF_REF_REGNO (use); in regstat_bb_compute_ri() 311 df_ref def, use; in regstat_bb_compute_calls_crossed() local [all …]
|
| H A D | loop-invariant.c | 77 struct use struct 82 struct use *next; /* Next use in the list. */ argument 89 struct use *uses; /* The list of uses that are uniquely reached 267 invariant_for_use (df_ref use) in invariant_for_use() argument 271 basic_block bb = DF_REF_BB (use), def_bb; in invariant_for_use() 273 if (DF_REF_FLAGS (use) & DF_REF_READ_WRITE) in invariant_for_use() 276 defs = DF_REF_CHAIN (use); in invariant_for_use() 300 df_ref use; in hash_invariant_expr_1() local 312 use = df_find_use (insn, x); in hash_invariant_expr_1() 313 if (!use) in hash_invariant_expr_1() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | web.cc | 171 union_defs (df_ref use, web_entry *def_entry, in union_defs() argument 175 struct df_insn_info *insn_info = DF_REF_INSN_INFO (use); in union_defs() 176 struct df_link *link = DF_REF_CHAIN (use); in union_defs() 185 if (use != eq_use in union_defs() 186 && DF_REF_REAL_REG (use) == DF_REF_REAL_REG (eq_use)) in union_defs() 187 (*fun) (use_entry + DF_REF_ID (use), use_entry + DF_REF_ID (eq_use)); in union_defs() 197 && SET_SRC (set) == DF_REF_REG (use) in union_defs() 203 if (DF_REF_REAL_REG (use) == DF_REF_REAL_REG (def)) in union_defs() 204 (*fun) (use_entry + DF_REF_ID (use), def_entry + DF_REF_ID (def)); in union_defs() 218 int regno = REGNO (DF_REF_REAL_REG (use)); in union_defs() [all …]
|
| H A D | regstat.cc | 61 df_ref use; in regstat_init_n_sets_and_refs() local 64 for (use = DF_REG_USE_CHAIN (i); use; use = DF_REF_NEXT_REG (use)) in regstat_init_n_sets_and_refs() 65 if (DF_REF_INSN_INFO (use) && DEBUG_INSN_P (DF_REF_INSN (use))) in regstat_init_n_sets_and_refs() 114 df_ref def, use; in regstat_bb_compute_ri() local 131 FOR_EACH_ARTIFICIAL_USE (use, bb->index) in regstat_bb_compute_ri() 132 if ((DF_REF_FLAGS (use) & DF_REF_AT_TOP) == 0) in regstat_bb_compute_ri() 134 regno = DF_REF_REGNO (use); in regstat_bb_compute_ri() 212 FOR_EACH_INSN_INFO_USE (use, insn_info) in regstat_bb_compute_ri() 214 unsigned int uregno = DF_REF_REGNO (use); in regstat_bb_compute_ri() 311 df_ref def, use; in regstat_bb_compute_calls_crossed() local [all …]
|
| H A D | loop-invariant.cc | 77 struct use struct 82 struct use *next; /* Next use in the list. */ argument 89 struct use *uses; /* The list of uses that are uniquely reached 266 invariant_for_use (df_ref use) in invariant_for_use() argument 270 basic_block bb = DF_REF_BB (use), def_bb; in invariant_for_use() 272 if (DF_REF_FLAGS (use) & DF_REF_READ_WRITE) in invariant_for_use() 275 defs = DF_REF_CHAIN (use); in invariant_for_use() 299 df_ref use; in hash_invariant_expr_1() local 311 use = df_find_use (insn, x); in hash_invariant_expr_1() 312 if (!use) in hash_invariant_expr_1() [all …]
|
| H A D | fwprop.cc | 573 try_fwprop_subst (use_info *use, set_info *def, in try_fwprop_subst() argument 576 insn_info *use_insn = use->insn (); in try_fwprop_subst() 630 for (use_info *use : insn->uses ()) in free_load_extend() 631 if (use->regno () == REGNO (reg)) in free_load_extend() 633 def = use->def (); in free_load_extend() 661 forward_propagate_subreg (use_info *use, set_info *def, in forward_propagate_subreg() argument 687 return try_fwprop_subst (use, def, loc, use_reg, SUBREG_REG (src)); in forward_propagate_subreg() 717 return try_fwprop_subst (use, def, loc, use_reg, XEXP (src, 0)); in forward_propagate_subreg() 728 forward_propagate_subreg (use_info *use, set_info *def, rtx dest, rtx src) in forward_propagate_subreg() argument 730 if (!use->includes_subregs () || !REG_P (dest)) in forward_propagate_subreg() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
| H A D | accesses.cc | 178 auto subsequence_id = [](use_info *use) in check_integrity() 180 if (use->is_in_nondebug_insn ()) in check_integrity() 182 if (use->is_in_debug_insn ()) in check_integrity() 200 if (use_info *use = last_nondebug_insn_use ()) in check_integrity() local 201 if (!use->m_is_last_nondebug_insn_use) in check_integrity() 300 for (const use_info *use : all_uses ()) in print_uses_on_new_lines() local 303 if (use->is_live_out_use ()) in print_uses_on_new_lines() 306 use->insn ()->print_location (pp); in print_uses_on_new_lines() 311 use->print_location (pp); in print_uses_on_new_lines() 1050 for (use_info *use : def->all_insn_uses ()) in need_use_splay_tree() [all …]
|
| H A D | changes.cc | 125 for (use_info *use : change->new_uses) in verify_insn_changes() 127 unsigned int regno = use->regno (); in verify_insn_changes() 450 for (use_info *use : change.new_uses) in finalize_new_accesses() 452 if (!use->m_has_been_superceded) in finalize_new_accesses() 454 use = allocate_temp<use_info> (insn, use->resource (), use->def ()); in finalize_new_accesses() 455 use->m_has_been_superceded = true; in finalize_new_accesses() 456 use->m_is_temp = true; in finalize_new_accesses() 458 unshared_uses_base[i++] = use; in finalize_new_accesses() 470 use_info *use = find_access (unshared_uses, ref.regno); in finalize_new_accesses() local 471 gcc_assert (use); in finalize_new_accesses() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/driver/ |
| H A D | platform.c | 57 } use; variable 60 { &use.crt0, "crt0.o" }, 61 { &use.gcrt0, "gcrt0.o" }, 62 { &use.crt1, "crt1.o" }, 63 { &use.gcrt1, "gcrt1.o" }, 64 { &use.crt2, "crt2.o" }, 65 { &use.dllcrt2, "dllcrt2.o" }, 66 { &use.crti, "crti.o" }, 67 { &use.crtbegin, "crtbegin.o" }, 68 { &use.crtbeginS, "crtbeginS.o" }, [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| H A D | nios2.opt | 51 All memory accesses use I/O load/store instructions. 55 Volatile memory accesses use I/O load/store instructions. 59 Volatile memory accesses do not use I/O load/store instructions. 106 Do not use the ftruncds custom instruction. 114 Do not use the fextsd custom instruction. 122 Do not use the fixdu custom instruction. 130 Do not use the fixdi custom instruction. 138 Do not use the fixsu custom instruction. 146 Do not use the fixsi custom instruction. 154 Do not use the floatud custom instruction. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| H A D | nios2.opt | 51 All memory accesses use I/O load/store instructions. 55 Volatile memory accesses use I/O load/store instructions. 59 Volatile memory accesses do not use I/O load/store instructions. 106 Do not use the ftruncds custom instruction. 114 Do not use the fextsd custom instruction. 122 Do not use the fixdu custom instruction. 130 Do not use the fixdi custom instruction. 138 Do not use the fixsu custom instruction. 146 Do not use the fixsi custom instruction. 154 Do not use the floatud custom instruction. [all …]
|
| /netbsd-src/tests/ipf/expected/ |
| H A D | n5_6 | 68 10:1:1::1,10::3:4:5 -> 10::2:2:2,any (use = 2) 69 10:1:1::1,10:1:2::1 -> 10::2:2:2,any (use = 1) 70 10:1:1::1,10:1:1::1 -> 10::2:2:2,any (use = 1) 71 10:1:1::1,10:4:3::2 -> 10::2:2:2,any (use = 1) 72 10:1:1::1,10:1:1::2 -> 10::2:2:2,any (use = 2) 159 10:1:1::3,10:1:4::1 -> 10::3:4:5,any (use = 2) 160 10:1:1::3,10:1:3::1 -> 10::3:4:5,any (use = 1) 161 10:1:1::3,10:1:2::1 -> 10::3:4:5,any (use = 1) 162 10:1:1::1,10:1:2::1 -> 10::3:4:5,any (use = 1) 163 10:1:1::1,10:1:1::2 -> 10::3:4:5,any (use = 1) [all …]
|
| H A D | n5 | 68 10.1.1.1,10.3.4.5 -> 10.2.2.2,0.0.0.0 (use = 2) 69 10.1.1.1,10.1.2.1 -> 10.2.2.2,0.0.0.0 (use = 1) 70 10.1.1.1,10.1.1.1 -> 10.2.2.2,0.0.0.0 (use = 1) 71 10.1.1.1,10.4.3.2 -> 10.2.2.2,0.0.0.0 (use = 1) 72 10.1.1.1,10.1.1.2 -> 10.2.2.2,0.0.0.0 (use = 2) 159 10.1.1.3,10.1.4.1 -> 10.3.4.5,0.0.0.0 (use = 2) 160 10.1.1.3,10.1.3.1 -> 10.3.4.5,0.0.0.0 (use = 1) 161 10.1.1.3,10.1.2.1 -> 10.3.4.5,0.0.0.0 (use = 1) 162 10.1.1.1,10.1.2.1 -> 10.3.4.5,0.0.0.0 (use = 1) 163 10.1.1.1,10.1.1.2 -> 10.3.4.5,0.0.0.0 (use = 1) [all …]
|
| H A D | n1 | 43 10.1.1.1,10.4.3.2 -> 10.2.2.2,0.0.0.0 (use = 1) 44 10.1.1.1,10.1.1.2 -> 10.2.2.2,0.0.0.0 (use = 1) 107 10.1.1.3,10.4.3.4 -> 10.3.4.5,0.0.0.0 (use = 1) 108 10.1.1.2,10.4.3.4 -> 10.3.4.5,0.0.0.0 (use = 1) 109 10.1.1.2,10.4.3.2 -> 10.3.4.5,0.0.0.0 (use = 1) 110 10.1.1.1,10.4.3.2 -> 10.3.4.5,0.0.0.0 (use = 1) 111 10.1.1.2,10.1.1.1 -> 10.3.4.5,0.0.0.0 (use = 3) 112 10.1.1.0,10.1.1.2 -> 10.3.4.5,0.0.0.0 (use = 1) 177 10.1.1.3,10.4.3.4 -> 10.3.4.4,0.0.0.0 (use = 2) 178 10.1.1.2,10.4.3.4 -> 10.3.4.3,0.0.0.0 (use = 1) [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/doc/ |
| H A D | BIND-libraries | 8 use external libraries with a different configuration. 26 Below you have 3 kinds of don't use: 27 - please don't use means it should likely break ISC DHCP 29 - don't use means unless you don't have a good reason to use it 31 - by default don't use it means you should not use it for embedded 39 make configure to exit immediately so don't use 43 you have no reason to use them but they should not have bad effect 46 make configure to exit too early so don't use 64 this disables a sanity check so please don't use 74 this was deprecated so please don't use [all …]
|