Searched refs:sets (Results 1 - 25 of 125) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dmzero2.x1 # freebsd sets up the fpu with a different precision control which causes
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dsms-10.c12 int sets; member in struct:regstat_n_sets_and_refs_t
33 return regstat_n_sets_and_refs[regno].sets;
50 (regstat_n_sets_and_refs[i].sets = (df->def_regs[(i)]->n_refs));
105 if ((a[i].sets != a_sets[i]) || (a[i].refs != a_refs[i]))
/haiku-buildtools/legacy/binutils/ld/
H A Dldctor.h50 /* The sets we have seen. */
52 extern struct set_info *sets;
H A Dldctor.c45 /* The sets we have seen. */
46 struct set_info *sets; variable in typeref:struct:set_info
53 function will construct the sets. */
66 for (p = sets; p != NULL; p = p->next)
73 p->next = sets;
74 sets = p;
194 been gathered. We now put the statements to build the sets
213 for (p = sets; p != NULL; p = p->next)
253 for (p = sets; p != NULL; p = p->next)
260 collect, and the sets ma
[all...]
/haiku-buildtools/binutils/ld/
H A Dldctor.h49 /* The sets we have seen. */
51 extern struct set_info *sets;
H A Dldctor.c44 /* The sets we have seen. */
45 struct set_info *sets; variable in typeref:struct:set_info
52 function will construct the sets. */
65 for (p = sets; p != NULL; p = p->next)
72 p->next = sets;
73 sets = p;
195 been gathered. We now put the statements to build the sets
213 for (p = sets; p != NULL; p = p->next)
251 for (p = sets; p != NULL; p = p->next)
258 collect, and the sets ma
[all...]
/haiku-buildtools/gcc/gcc/
H A Dcse.c2702 /* Can't merge two expressions in different alias sets, since we
4170 Note that cse_main processes all sets in the instruction. Most
4172 CSE processes insns with multiple sets as well. */
4287 and return the number of recorded sets. */
4291 struct set *sets = *psets;
4313 sets[n_sets++].rtl = x;
4334 sets[n_sets++].rtl = y;
4374 struct set *sets = *psets;
4463 if (GET_CODE (SET_DEST (sets[0].rtl)) != STRICT_LOW_PART
4464 && rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[
4268 struct set *sets = *psets; local
4350 struct set *sets = *psets; local
4517 struct set *sets = (struct set *) 0; local
[all...]
H A Dregs.h64 int sets; /* # of times (REG n) is set */ member in struct:regstat_n_sets_and_refs_t
85 return regstat_n_sets_and_refs[regno].sets;
89 #define SET_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets = V)
90 #define INC_REG_N_SETS(N,V) (regstat_n_sets_and_refs[N].sets += V)
H A Dcselib.h71 extern void (*cselib_record_sets_hook) (rtx_insn *insn, struct cselib_set *sets,
H A Dcselib.c268 /* If nonnull, cselib will call this function before recording sets or
269 even clobbering outputs of INSN. All the recorded sets will be
270 represented in the array sets[n_sets]. new_val_min can be used to
271 tell whether values present in sets are introduced by this
273 void (*cselib_record_sets_hook) (rtx_insn *insn, struct cselib_set *sets,
2035 for SUBREGs. If a setter sets say a DImode register
2458 struct cselib_set *sets;
2472 data->sets[data->n_sets].dest = dest;
2475 data->sets[data->n_sets].src = gen_rtx_PLUS (GET_MODE (src), src, srcoff);
2477 data->sets[dat
2456 struct cselib_set *sets; member in struct:cselib_record_autoinc_data
2488 struct cselib_set sets[MAX_SETS]; local
[all...]
H A Dsched-deps.c3048 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_ANTI,
3129 add_dependence_list (insn, reg_last->sets, 1, REG_DEP_ANTI, false);
3159 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_TRUE, false);
3176 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_TRUE, false);
3215 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_OUTPUT,
3234 add_dependence_list (insn, reg_last->sets, 0, REG_DEP_OUTPUT,
3246 reg_last->sets = alloc_INSN_LIST (insn, reg_last->sets);
3257 add_dependence_list_and_free (deps, insn, &reg_last->sets, 0,
3273 reg_last->sets
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/create_from_sorted/
H A Dset.cc54 typedef __gnu_test::sets<int, thread_type>::type container_types;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert_from_sorted/
H A Dset.cc70 typedef __gnu_test::sets<int, thread_type>::type container_types;
/haiku-buildtools/legacy/gcc/gcc/
H A Dregs.h49 int sets; /* # of times (REG n) is set */ member in struct:reg_info_def
73 #define REG_N_SETS(N) (VARRAY_REG (reg_n_info, N)->sets)
H A Dcse.c6481 struct set *sets;
6499 sets = (struct set *) alloca (sizeof (struct set));
6500 sets[0].rtl = x;
6534 sets = (struct set *) alloca (lim * sizeof (struct set));
6581 sets[n_sets++].rtl = y;
6630 && (! rtx_equal_p (XEXP (tem, 0), SET_SRC (sets[0].rtl))
6631 || GET_CODE (SET_DEST (sets[0].rtl)) == STRICT_LOW_PART))
6646 rtx dest = SET_DEST (sets[i].rtl);
6647 rtx src = SET_SRC (sets[i].rtl);
6656 validate_change (insn, &SET_SRC (sets[
6455 struct set *sets; local
[all...]
H A Dreorg.c105 correspondence between the insn that sets and uses CC0. The insns are
106 allowed to be separated by placing an insn that sets CC0 (but not an insn
595 the insn that sets CC0 for it and delete it too. */
601 /* Delete the insn that sets cc0 for us. On machines without cc0, we could
602 delete the insn that sets the condition code, but it is hard to find it.
1209 sets, needed, other_needed,
1215 struct resources *sets, *needed, *other_needed;
1237 ??? It may be possible to move other sets into INSN in addition to
1266 if (insn_references_resource_p (trial, sets, 0)
1268 || insn_sets_resource_p (trial, sets,
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/msp430/
H A Derrata_fixes.s19 #CPU19: Instructions that sets CPUOFF must be followed by a NOP
H A Derrata_warns.s54 #CPU19: Instructions that sets CPUOFF must be followed by a NOP
/haiku-buildtools/jam/
H A Dhash.c236 int sets = 0; local
245 sets++;
256 (float)count / (float)sets );
/haiku-buildtools/gcc/libgcc/config/microblaze/
H A Dstack_overflow_exit.S29 # Checks for stack overflows and sets the global variable
/haiku-buildtools/gcc/contrib/
H A Dpatch_tester.sh63 same revision and patch with multiple sets of configure options, as
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/
H A Dassociative.cc239 typedef __gnu_test::sets<test_type, thread_type>::type set_typelist;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A Dpr49303.c39 int sets; member in struct:regstat_n_sets_and_refs_t
43 return regstat_n_sets_and_refs[regno].sets;
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dcrtbegin.asm82 # Fragment of the ELF _init routine that sets up the frame info.
/haiku-buildtools/binutils/gas/
H A Dconfigure.com2 $! This file sets things up to build gas on a VMS system to generate object

Completed in 510 milliseconds

12345