/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | compare-elim.c | 92 struct comparison struct 97 /* The insn prior to the comparison insn that clobbers the flags. */ argument 100 /* The insn prior to the comparison insn that sets in_a REG. */ argument 107 /* The REG_EH_REGION of the comparison. */ argument 110 /* Information about how this comparison is used. */ argument 111 struct comparison_use uses[MAX_CMP_USE]; argument 116 /* The number of uses identified for this comparison. */ argument 119 /* True if not all uses of this comparison have been identified. argument 131 static vec<comparison *> all_compares; argument
|
H A D | typed-splay-tree.h | 454 int comparison = 0; in splay_tree_insert() local 594 int comparison; in splay_tree_predecessor() local 627 int comparison; in splay_tree_successor() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | compare-elim.cc | 90 struct comparison struct 95 /* The insn prior to the comparison insn that clobbers the flags. */ argument 98 /* The insn prior to the comparison insn that sets in_a REG. */ argument 105 /* The REG_EH_REGION of the comparison. */ argument 108 /* Information about how this comparison is used. */ argument 109 struct comparison_use uses[MAX_CMP_USE]; argument 114 /* The number of uses identified for this comparison. */ argument 117 /* True if not all uses of this comparison have been identified. argument 129 static vec<comparison *> all_compares; argument
|
H A D | typed-splay-tree.h | 454 int comparison = 0; in splay_tree_insert() local 594 int comparison; in splay_tree_predecessor() local 627 int comparison; in splay_tree_successor() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | accesses.cc | 401 int comparison = lookup_clobber (tree, insn); in prev_clobber() local 412 int comparison = lookup_clobber (tree, insn); in next_clobber() local 570 int comparison = (*insn >= *first->insn () ? 0 : -1); in find_def() local 579 int comparison = (*insn <= *last->insn () ? 0 : 1); in find_def() local 585 int comparison = lookup_def (tree, insn); in find_def() local 661 int comparison = lookup_clobber (group->m_clobber_tree, clobber->insn ()); in add_clobber() local 763 int comparison = lookup_def (tree, clobber2->insn ()); in merge_clobber_groups() local 807 int comparison = lookup_clobber (tree1, insn); in split_clobber_group() local 908 int comparison; in add_def() local 1029 int comparison = lookup_def (tree, def->insn ()); in remove_def() local [all …]
|
H A D | access-utils.h | 270 int comparison = lookup_call_clobbers (tree, insn); in prev_call_clobbers_ignoring() local 292 int comparison = lookup_call_clobbers (tree, insn); in next_call_clobbers_ignoring() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
H A D | findloc2s.m4 | 39 define(comparison,ifelse(atype_kind,4,dnl macro
|
H A D | findloc0s.m4 | 40 define(comparison,ifelse(atype_kind,4,dnl macro
|
H A D | findloc1.m4 | 37 define(comparison,`*src == value')dnl macro
|
H A D | findloc0.m4 | 35 define(comparison,`*base == value')dnl macro
|
H A D | findloc1s.m4 | 39 define(comparison,ifelse(atype_kind,4,dnl macro
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
H A D | findloc0.m4 | 35 define(comparison,`*base == value')dnl macro
|
H A D | findloc1.m4 | 37 define(comparison,`*src == value')dnl macro
|
H A D | findloc1s.m4 | 39 define(comparison,ifelse(atype_kind,4,dnl macro
|
H A D | findloc0s.m4 | 40 define(comparison,ifelse(atype_kind,4,dnl macro
|
H A D | findloc2s.m4 | 39 define(comparison,ifelse(atype_kind,4,dnl macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-builtins.h | 190 #define BDESC(mask, mask2, icode, name, code, comparison, flag) \ argument 192 #define BDESC_FIRST(kind, kindu, mask, mask2, icode, name, code, comparison, flag) \ argument 208 #define BDESC(mask, mask2, icode, name, code, comparison, flag) argument 209 #define BDESC_FIRST(kind, kindu, mask, mask2, icode, name, code, comparison, flag) argument 246 const enum rtx_code comparison; member 303 #define BDESC(mask, mask2, icode, name, code, comparison, flag) \ argument 305 #define BDESC_FIRST(kind, kindu, mask, mask2, icode, name, code, comparison, flag) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-builtins.h | 189 #define BDESC(mask, mask2, icode, name, code, comparison, flag) \ argument 191 #define BDESC_FIRST(kind, kindu, mask, mask2, icode, name, code, comparison, flag) \ argument 207 #define BDESC(mask, mask2, icode, name, code, comparison, flag) argument 208 #define BDESC_FIRST(kind, kindu, mask, mask2, icode, name, code, comparison, flag) argument 249 const enum rtx_code comparison; member 306 #define BDESC(mask, mask2, icode, name, code, comparison, flag) \ argument 308 #define BDESC_FIRST(kind, kindu, mask, mask2, icode, name, code, comparison, flag) \ argument
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | splay-tree.c | 370 int comparison = 0; in splay_tree_insert() local 513 int comparison; in splay_tree_predecessor() local 544 int comparison; in splay_tree_successor() local
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | splay-tree.c | 370 int comparison = 0; in splay_tree_insert() local 513 int comparison; in splay_tree_predecessor() local 544 int comparison; in splay_tree_successor() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | splay-tree.c | 370 int comparison = 0; in splay_tree_insert() local 513 int comparison; in splay_tree_predecessor() local 544 int comparison; in splay_tree_successor() local
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | splay-tree.c | 370 int comparison = 0; in splay_tree_insert() local 513 int comparison; in splay_tree_predecessor() local 544 int comparison; in splay_tree_successor() local
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | diff.h | 303 struct comparison struct 306 struct comparison const *parent; /* parent, if a recursive comparison */ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | splay-tree.c | 137 int comparison = 0; in splay_tree_insert() local
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | splay-tree.c | 137 int comparison = 0; in splay_tree_insert() local
|