HomeSort by: relevance | last modified time | path
    Searched defs:prefetch_before (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-prefetch.cc 58 two values: PREFETCH_BEFORE (meaning that it only makes sense to do
59 prefetching in the first PREFETCH_BEFORE iterations of the loop) and
76 (0) obviously has PREFETCH_BEFORE 1
77 (1) has PREFETCH_BEFORE 64, since (2) accesses the same memory
82 (4) has PREFETCH_MOD 1. We do not set PREFETCH_BEFORE here, since
105 and PREFETCH_BEFORE requirements (within some bounds), and to avoid
233 /* Assigned to PREFETCH_BEFORE when all iterations are to be prefetched. */
267 unsigned HOST_WIDE_INT prefetch_before; member in struct:mem_ref
268 /* Prefetch only first PREFETCH_BEFORE
379 (*aref)->prefetch_before = PREFETCH_ALL
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-prefetch.cc 58 two values: PREFETCH_BEFORE (meaning that it only makes sense to do
59 prefetching in the first PREFETCH_BEFORE iterations of the loop) and
76 (0) obviously has PREFETCH_BEFORE 1
77 (1) has PREFETCH_BEFORE 64, since (2) accesses the same memory
82 (4) has PREFETCH_MOD 1. We do not set PREFETCH_BEFORE here, since
105 and PREFETCH_BEFORE requirements (within some bounds), and to avoid
233 /* Assigned to PREFETCH_BEFORE when all iterations are to be prefetched. */
267 unsigned HOST_WIDE_INT prefetch_before; member in struct:mem_ref
268 /* Prefetch only first PREFETCH_BEFORE
379 (*aref)->prefetch_before = PREFETCH_ALL
    [all...]

Completed in 17 milliseconds