HomeSort by: relevance | last modified time | path
    Searched refs:innermost (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
tree-data-ref.h 30 reference in the innermost enclosing loop. The address is expressed as
172 /* Behavior of the memory reference in the innermost loop. */
173 struct innermost_loop_behavior innermost; member in struct:data_reference
194 #define DR_BASE_ADDRESS(DR) (DR)->innermost.base_address
195 #define DR_OFFSET(DR) (DR)->innermost.offset
196 #define DR_INIT(DR) (DR)->innermost.init
197 #define DR_STEP(DR) (DR)->innermost.step
199 #define DR_BASE_ALIGNMENT(DR) (DR)->innermost.base_alignment
200 #define DR_BASE_MISALIGNMENT(DR) (DR)->innermost.base_misalignment
201 #define DR_OFFSET_ALIGNMENT(DR) (DR)->innermost.offset_alignmen
    [all...]
gimple-loop-interchange.cc 61 1) Find perfect loop nest for each innermost loop and compute data
64 2) From innermost to outermost loop, this pass tries to interchange
68 <loop_i, loop_j, loop_k>. The overall effect is to move innermost
89 innermost two loops. */
595 Note the innermost two loops are the loop nest to be interchanged.
972 innermost two loops, new IV created in the middle level loop does
1275 stride at each level of loop from innermost LOOP to outer. On success,
1365 /* Given loop nest LOOP_NEST with innermost LOOP, the function computes
1413 class loop *innermost,
1417 unsigned num_loops = loop_depth (innermost) - loop_depth (loop_nest) + 1
1860 class loop *innermost = loop_nest.last (); local
2005 class loop *start_loop = NULL, *innermost = loop; local
    [all...]
tree-if-conv.cc 202 /* Hash table to store <DR's innermost loop behavior, DR> pairs. */
721 innermost_loop_behavior *innermost = &DR_INNERMOST (a); local
725 master_dr = &innermost_DR_map->get_or_insert (innermost, &exist1);
892 innermost_loop_behavior *innermost = &DR_INNERMOST (a); local
898 master_dr = innermost_DR_map->get (innermost);
1489 /* If DR doesn't have innermost loop behavior or it's a compound
1490 memory reference, we synthesize its innermost loop behavior
1541 - it is innermost,
1555 /* Handle only innermost loop. */
1559 fprintf (dump_file, "not innermost loop\n")
    [all...]
tree-vectorizer.h 1906 base = &dr_info->dr->innermost;
  /src/external/gpl3/gcc/dist/gcc/
tree-data-ref.h 30 reference in the innermost enclosing loop. The address is expressed as
172 /* Behavior of the memory reference in the innermost loop. */
173 struct innermost_loop_behavior innermost; member in struct:data_reference
194 #define DR_BASE_ADDRESS(DR) (DR)->innermost.base_address
195 #define DR_OFFSET(DR) (DR)->innermost.offset
196 #define DR_INIT(DR) (DR)->innermost.init
197 #define DR_STEP(DR) (DR)->innermost.step
199 #define DR_BASE_ALIGNMENT(DR) (DR)->innermost.base_alignment
200 #define DR_BASE_MISALIGNMENT(DR) (DR)->innermost.base_misalignment
201 #define DR_OFFSET_ALIGNMENT(DR) (DR)->innermost.offset_alignmen
    [all...]
gimple-loop-interchange.cc 61 1) Find perfect loop nest for each innermost loop and compute data
64 2) From innermost to outermost loop, this pass tries to interchange
68 <loop_i, loop_j, loop_k>. The overall effect is to move innermost
89 innermost two loops. */
595 Note the innermost two loops are the loop nest to be interchanged.
974 innermost two loops, new IV created in the middle level loop does
1277 stride at each level of loop from innermost LOOP to outer. On success,
1367 /* Given loop nest LOOP_NEST with innermost LOOP, the function computes
1415 class loop *innermost,
1419 unsigned num_loops = loop_depth (innermost) - loop_depth (loop_nest) + 1
1862 class loop *innermost = loop_nest.last (); local
2007 class loop *start_loop = NULL, *innermost = loop; local
    [all...]
tree-if-conv.cc 213 /* Hash table to store <DR's innermost loop behavior, DR> pairs. */
740 innermost_loop_behavior *innermost = &DR_INNERMOST (a); local
744 master_dr = &innermost_DR_map->get_or_insert (innermost, &exist1);
910 innermost_loop_behavior *innermost = &DR_INNERMOST (a); local
916 master_dr = innermost_DR_map->get (innermost);
1538 /* If DR doesn't have innermost loop behavior or it's a compound
1539 memory reference, we synthesize its innermost loop behavior
1590 - it is innermost,
1603 /* Handle only innermost loop. */
1607 fprintf (dump_file, "not innermost loop\n")
    [all...]
tree-vectorizer.h 2028 base = &dr_info->dr->innermost;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
nsalias.exp 35 # namespace innermost
41 # namespace Innermost = innermost;
44 # int foo (void) { return x + Innermost::foo (); }
77 {name innermost}
93 {name Innermost}
230 lappend permutations "outer::inner::innermost"
231 lappend permutations "outer::inner::Innermost"
232 lappend permutations "outer::Inner::innermost"
233 lappend permutations "outer::Inner::Innermost"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nsalias.exp 35 # namespace innermost
41 # namespace Innermost = innermost;
44 # int foo (void) { return x + Innermost::foo (); }
77 {name innermost}
93 {name Innermost}
230 lappend permutations "outer::inner::innermost"
231 lappend permutations "outer::inner::Innermost"
232 lappend permutations "outer::Inner::innermost"
233 lappend permutations "outer::Inner::Innermost"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 5889 int mask = 0, innermost = 0; local
5895 innermost = GFC_OMP_SPLIT_DISTRIBUTE;
5899 innermost = GFC_OMP_SPLIT_DO;
5904 innermost = GFC_OMP_SPLIT_SIMD;
5908 innermost = GFC_OMP_SPLIT_SIMD;
5912 innermost = GFC_OMP_SPLIT_DO;
5916 innermost = GFC_OMP_SPLIT_SIMD;
5919 innermost = GFC_OMP_SPLIT_PARALLEL;
5924 innermost = GFC_OMP_SPLIT_DO;
5928 innermost = GFC_OMP_SPLIT_SIMD
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 6641 int mask = 0, innermost = 0; local
6647 innermost = GFC_OMP_SPLIT_DISTRIBUTE;
6651 innermost = GFC_OMP_SPLIT_DO;
6656 innermost = GFC_OMP_SPLIT_SIMD;
6660 innermost = GFC_OMP_SPLIT_SIMD;
6664 innermost = GFC_OMP_SPLIT_DO;
6668 innermost = GFC_OMP_SPLIT_SIMD;
6671 innermost = GFC_OMP_SPLIT_PARALLEL;
6676 innermost = GFC_OMP_SPLIT_DO;
6680 innermost = GFC_OMP_SPLIT_SIMD
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
nios2-tdep.c 1221 /* Is this the innermost function? */
1222 int innermost = (this_frame ? (frame_relative_level (this_frame) == 0) : 1); local
1549 if (innermost && nios2_in_epilogue_p (gdbarch, current_pc, start_pc))
1589 if (!innermost)
1591 /* If it isn't the innermost function then it can't be a
gdbarch_components.py 1011 and should return the address of the innermost entry point, where the
ChangeLog-3.x 64 innermost frame.
2507 frame to not need frame to be innermost.
2561 are the innermost frame, and 2) return the next frame in's value
4414 pointer when the current frame is 1 from the innermost.
4710 read, the innermost block required to evaluate the expression is
  /src/external/gpl3/gdb/dist/gdb/
gdbarch_components.py 1011 and should return the address of the innermost entry point, where the
ChangeLog-3.x 64 innermost frame.
2507 frame to not need frame to be innermost.
2561 are the innermost frame, and 2) return the next frame in's value
4414 pointer when the current frame is 1 from the innermost.
4710 read, the innermost block required to evaluate the expression is
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 522 // objc_gc goes on the innermost pointer to something that's not a
524 unsigned innermost = -1U; local
531 innermost = i;
564 if (innermost != -1U) {
566 declarator.getTypeObject(innermost).getAttrs());
607 /// Try to distribute a function type attribute to the innermost
615 // Put it on the innermost function chunk, if there is one.
643 // Try to distribute to the innermost.
660 // Try to distribute to the innermost.
728 // i.e. whether the innermost semantic chunk is a function
    [all...]
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 755 % This records the amount of indent in the innermost environment.
2221 % \INITMACRO can check \currentmarkupstyle for the innermost
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 755 % This records the amount of indent in the innermost environment.
2221 % \INITMACRO can check \currentmarkupstyle for the innermost
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 863 % This records the amount of indent in the innermost environment.
2404 % \INITMACRO can check \currentmarkupstyle for the innermost
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 754 % This records the amount of indent in the innermost environment.
2218 % \INITMACRO can check \currentmarkupstyle for the innermost
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 863 % This records the amount of indent in the innermost environment.
2401 % \INITMACRO can check \currentmarkupstyle for the innermost
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 863 % This records the amount of indent in the innermost environment.
2401 % \INITMACRO can check \currentmarkupstyle for the innermost
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 754 % This records the amount of indent in the innermost environment.
2220 % \INITMACRO can check \currentmarkupstyle for the innermost

Completed in 122 milliseconds

1 2