Searched refs:ahead (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop-prefetch.c129 3) We determine how much ahead we need to prefetch. The number of
156 iterations (compared to ahead). Prefetching is not likely to be
157 beneficial if the trip count to ahead ratio is below a certain
253 least TRIP_COUNT_TO_AHEAD_RATIO times the prefetch ahead distance.
254 For example, in a loop with a prefetch ahead distance of 10,
1045 AHEAD is the number of iterations to prefetch ahead (which corresponds
1052 unsigned ahead)
1065 slots_per_prefetch = (ahead + unroll_factor / 2) / unroll_factor;
1150 HEAD is the number of iterations to prefetch ahead. UNROLL_FACTOR
1154 issue_prefetch_ref (struct mem_ref *ref, unsigned unroll_factor, unsigned ahead) argument
1051 schedule_prefetches(struct mem_ref_group *groups, unsigned unroll_factor, unsigned ahead) argument
1212 issue_prefetches(struct mem_ref_group *groups, unsigned unroll_factor, unsigned ahead) argument
1758 trip_count_to_ahead_ratio_too_small_p(unsigned ahead, HOST_WIDE_INT est_niter) argument
1865 unsigned ahead, ninsns, time, unroll_factor; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dlex.c150 unicode_t ahead = (ctxp->c_line ? ctxp->c_line->ahead[0] : '\0'); local
179 if (ahead)
181 ctxp->c_line->line [ctxp->c_line->size] = ahead;
185 ctxp->c_line->ahead [0] = 0;
351 ctxp->c_line->ahead [0] = c;
360 ctxp->c_line->ahead [0] = c;
H A Dlex.h75 unicode_t ahead[1]; /* Character ahead */ member in struct:java_line
76 char unicode_escape_ahead_p; /* Character ahead is a unicode escape */
/haiku-buildtools/gcc/gmp/mpn/ia64/
H A Dmode1o.asm87 C ahead of where they're needed.
116 C 6 cycles for the data ready to use. In fact we end up 7 cycles ahead. In
/haiku-buildtools/gcc/gmp/mpn/x86/fat/
H A Dfat_entry.asm51 dnl Note the extra `' ahead of PROLOGUE obscures it from the HAVE_NATIVE
/haiku-buildtools/gcc/gmp/mpn/x86_64/fat/
H A Dfat_entry.asm65 dnl Note the extra `' ahead of PROLOGUE obscures it from the HAVE_NATIVE
/haiku-buildtools/gcc/zlib/contrib/masmx64/
H A Dgvmat64.asm405 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
/haiku-buildtools/gcc/zlib/contrib/masmx86/
H A Dmatch686.asm345 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
/haiku-buildtools/binutils/zlib/contrib/masmx64/
H A Dgvmat64.asm405 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
/haiku-buildtools/binutils/zlib/contrib/masmx86/
H A Dmatch686.asm345 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
/haiku-buildtools/binutils/bfd/
H A Delf32-nds32.c8782 bfd_vma ahead;
8785 ahead = get_nds32_elf_blank_total (&blank_t, isym->st_value, 1);
8786 isym->st_value -= ahead;
8793 (&blank_t, orig_addr + isym->st_size, 0) - ahead;
8814 bfd_vma ahead;
8817 ahead = get_nds32_elf_blank_total (&blank_t, sym_hash->root.u.def.value, 1);
8818 sym_hash->root.u.def.value -= ahead;
8824 (&blank_t, orig_addr + sym_hash->size, 0) - ahead;
8775 bfd_vma ahead; local
8807 bfd_vma ahead; local
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dlb1sf68.asm1796 | Now go ahead checking until we hit a one, which we store in d2.
/haiku-buildtools/gcc/libgcc/config/m68k/
H A Dlb1sf68.S1943 | Now go ahead checking until we hit a one, which we store in d2.

Completed in 221 milliseconds