| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-data-ref.h | 173 struct innermost_loop_behavior innermost; member 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_alignment 202 #define DR_STEP_ALIGNMENT(DR) (DR)->innermost.step_alignment 203 #define DR_INNERMOST(DR) (DR)->innermost
|
| H A D | gimple-loop-interchange.cc | 1413 class loop *innermost, in prune_access_strides_not_in_loop() argument 1417 unsigned num_loops = loop_depth (innermost) - loop_depth (loop_nest) + 1; in prune_access_strides_not_in_loop() 1833 should_interchange_loop_nest (class loop *loop_nest, class loop *innermost, in should_interchange_loop_nest() argument 1836 unsigned idx = loop_depth (innermost) - loop_depth (loop_nest); in should_interchange_loop_nest() 1840 for (class loop *loop = innermost; in should_interchange_loop_nest() 1843 loop == innermost, false)) in should_interchange_loop_nest() 1860 class loop *innermost = loop_nest.last (); in tree_loop_interchange_compute_ddrs() local 1864 bool a_outer_p = gimple_bb (DR_STMT (a))->loop_father != innermost; in tree_loop_interchange_compute_ddrs() 1868 bool b_outer_p = gimple_bb (DR_STMT (b))->loop_father != innermost; in tree_loop_interchange_compute_ddrs() 2005 class loop *start_loop = NULL, *innermost = loop; in prepare_perfect_loop_nest() local [all …]
|
| H A D | tree-if-conv.cc | 721 innermost_loop_behavior *innermost = &DR_INNERMOST (a); in hash_memrefs_baserefs_and_store_DRs_read_written_info() local 725 master_dr = &innermost_DR_map->get_or_insert (innermost, &exist1); in hash_memrefs_baserefs_and_store_DRs_read_written_info() 892 innermost_loop_behavior *innermost = &DR_INNERMOST (a); in ifcvt_memrefs_wont_trap() local 898 master_dr = innermost_DR_map->get (innermost); in ifcvt_memrefs_wont_trap()
|
| H A D | tree-vectorizer.h | 1906 base = &dr_info->dr->innermost;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-data-ref.h | 170 struct innermost_loop_behavior innermost; member 189 #define DR_BASE_ADDRESS(DR) (DR)->innermost.base_address 190 #define DR_OFFSET(DR) (DR)->innermost.offset 191 #define DR_INIT(DR) (DR)->innermost.init 192 #define DR_STEP(DR) (DR)->innermost.step 194 #define DR_BASE_ALIGNMENT(DR) (DR)->innermost.base_alignment 195 #define DR_BASE_MISALIGNMENT(DR) (DR)->innermost.base_misalignment 196 #define DR_OFFSET_ALIGNMENT(DR) (DR)->innermost.offset_alignment 197 #define DR_STEP_ALIGNMENT(DR) (DR)->innermost.step_alignment 198 #define DR_INNERMOST(DR) (DR)->innermost
|
| H A D | gimple-loop-interchange.cc | 1401 class loop *innermost, in prune_access_strides_not_in_loop() argument 1405 unsigned num_loops = loop_depth (innermost) - loop_depth (loop_nest) + 1; in prune_access_strides_not_in_loop() 1821 should_interchange_loop_nest (class loop *loop_nest, class loop *innermost, in should_interchange_loop_nest() argument 1824 unsigned idx = loop_depth (innermost) - loop_depth (loop_nest); in should_interchange_loop_nest() 1828 for (class loop *loop = innermost; in should_interchange_loop_nest() 1831 loop == innermost, false)) in should_interchange_loop_nest() 1848 class loop *innermost = loop_nest.last (); in tree_loop_interchange_compute_ddrs() local 1852 bool a_outer_p = gimple_bb (DR_STMT (a))->loop_father != innermost; in tree_loop_interchange_compute_ddrs() 1856 bool b_outer_p = gimple_bb (DR_STMT (b))->loop_father != innermost; in tree_loop_interchange_compute_ddrs() 1987 class loop *start_loop = NULL, *innermost = loop; in prepare_perfect_loop_nest() local [all …]
|
| H A D | tree-if-conv.c | 714 innermost_loop_behavior *innermost = &DR_INNERMOST (a); in hash_memrefs_baserefs_and_store_DRs_read_written_info() local 718 master_dr = &innermost_DR_map->get_or_insert (innermost, &exist1); in hash_memrefs_baserefs_and_store_DRs_read_written_info() 885 innermost_loop_behavior *innermost = &DR_INNERMOST (a); in ifcvt_memrefs_wont_trap() local 891 master_dr = innermost_DR_map->get (innermost); in ifcvt_memrefs_wont_trap()
|
| H A D | tree-vectorizer.h | 1505 base = &dr_info->dr->innermost;
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | torture.at | 1418 # | `-- innermost 1425 # | `-- innermost 1444 # The contents of `inner/', and `inner/innermost/'. 1445 AS_MKDIR_P([inner/innermost]) 1452 AC_CONFIG_SRCDIR([innermost/config.in]) 1458 AC_CONFIG_FILES([innermost/config]) 1462 AT_DATA([inner/innermost/config.in], 1488 # Running the outer configure recursively should provide the innermost 1490 chmod a-w inner/innermost inner . 1494 chmod u+w . inner inner/innermost [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-openmp.c | 4606 int mask = 0, innermost = 0; in gfc_split_omp_clauses() local 4611 innermost = GFC_OMP_SPLIT_DISTRIBUTE; in gfc_split_omp_clauses() 4615 innermost = GFC_OMP_SPLIT_DO; in gfc_split_omp_clauses() 4620 innermost = GFC_OMP_SPLIT_SIMD; in gfc_split_omp_clauses() 4624 innermost = GFC_OMP_SPLIT_SIMD; in gfc_split_omp_clauses() 4627 innermost = GFC_OMP_SPLIT_DO; in gfc_split_omp_clauses() 4631 innermost = GFC_OMP_SPLIT_SIMD; in gfc_split_omp_clauses() 4634 innermost = GFC_OMP_SPLIT_PARALLEL; in gfc_split_omp_clauses() 4638 innermost = GFC_OMP_SPLIT_DO; in gfc_split_omp_clauses() 4642 innermost = GFC_OMP_SPLIT_SIMD; in gfc_split_omp_clauses() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-openmp.cc | 5889 int mask = 0, innermost = 0; in gfc_split_omp_clauses() local 5895 innermost = GFC_OMP_SPLIT_DISTRIBUTE; in gfc_split_omp_clauses() 5899 innermost = GFC_OMP_SPLIT_DO; in gfc_split_omp_clauses() 5904 innermost = GFC_OMP_SPLIT_SIMD; in gfc_split_omp_clauses() 5908 innermost = GFC_OMP_SPLIT_SIMD; in gfc_split_omp_clauses() 5912 innermost = GFC_OMP_SPLIT_DO; in gfc_split_omp_clauses() 5916 innermost = GFC_OMP_SPLIT_SIMD; in gfc_split_omp_clauses() 5919 innermost = GFC_OMP_SPLIT_PARALLEL; in gfc_split_omp_clauses() 5924 innermost = GFC_OMP_SPLIT_DO; in gfc_split_omp_clauses() 5928 innermost = GFC_OMP_SPLIT_SIMD; in gfc_split_omp_clauses() [all …]
|
| /netbsd-src/external/mit/isl/dist/test_inputs/codegen/ |
| H A D | disjuncts.in | 1 # Check that conditions are hoisted up from the innermost loop
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/ |
| H A D | TODO | 124 Test "return" from dummy frames. Test "return" from non-innermost 125 frame. Test that "return" from a non-innermost frame restores
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/ |
| H A D | TODO | 124 Test "return" from dummy frames. Test "return" from non-innermost 125 frame. Test that "return" from a non-innermost frame restores
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/ |
| H A D | MUL | 22 innermost
|
| H A D | IND | 1047 innate inner innermost innkeeper innocent innocuous innovate innuendo 2099 innate inner innermost innkeeper innocent innocuous innovate innuendo 3144 innate inner innermost innkeeper innocent innocuous innovate innuendo 4189 innate inner innermost innkeeper innocent innocuous innovate innuendo
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Vectorizers.rst | 223 control flow in the innermost loop. The innermost loop may contain complex
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | loop.texi | 92 Each basic block contains the reference to the innermost loop it belongs 166 the innermost loop to that the block belongs. The most useful fields of 244 While some of them are written so that they should work on non-innermost 246 are only reliable for the innermost loops:
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | loop.texi | 91 Each basic block contains the reference to the innermost loop it belongs 165 the innermost loop to that the block belongs. The most useful fields of 243 While some of them are written so that they should work on non-innermost 245 are only reliable for the innermost loops:
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
| H A D | VectorizationPlan.rst | 12 innermost loops. These alternatives may have significant performance impact,
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ConstantInterpreter.rst | 255 with a ``Base`` and an ``Offset``. The base identifies the innermost field,
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | 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 4413 pointer when the current frame is 1 from the innermost. 4709 read, the innermost block required to evaluate the expression is
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | 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 4413 pointer when the current frame is 1 from the innermost. 4709 read, the innermost block required to evaluate the expression is
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | ChangeLog-2004 | 162 innermost scope.
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | ChangeLog-2004 | 162 innermost scope.
|