Searched refs:dependence (Results 1 – 25 of 140) sorted by relevance
123456
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | loop.texi | 506 The code for the data dependence analysis can be found in 515 the dependence relations between the data references. Thus if the 517 dependence relations will contain @code{n*n} elements. However if the 521 inserts a single @code{chrec_dont_know} in the dependence relation 529 syntactic order is important in some classical data dependence tests, 574 The current strategy for data dependence tests is as follows: 577 if they are equal, apply dependence tests (use access functions based on 581 if they are equal, apply dependence tests (use access functions based on 597 if the analysis has proved that there is no dependence between these two 600 dependence between these data references, and @code{are_dependent} is [all …]
|
| D | cppenv.texi | 74 @option{-M} rather than @option{-MM}. However, the dependence on the
|
| /netbsd/src/common/dist/zlib/contrib/iostream3/ |
| D | TODO | 14 (due to dependence on library internals)
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | graphite-poly.cc | 258 s->dependence = NULL; in new_scop() 278 isl_union_map_free (scop->dependence); in free_scop() 279 scop->dependence = NULL; in free_scop()
|
| D | graphite-dependences.cc | 262 if (scop->dependence) in scop_get_dependences() 339 scop->dependence = dependences; in scop_get_dependences()
|
| D | graphite-optimize-isl.cc | 127 = isl_union_map_gist_domain (isl_union_map_copy (scop->dependence), in optimize_isl()
|
| D | graphite.h | 404 isl_union_map *dependence; member
|
| D | ChangeLog.graphite | 134 (TREE_DATA_REF_H): Remove dependence on LAMBDA_H. 135 (OBJS-common): Remove dependence on lambda-code.o, lambda-mat.o, 137 (lto-symtab.o): Remove dependence on LAMBDA_H. 142 (tree-vect-loop.o): Add missing dependence on TREE_DATA_REF_H. 2239 a union of dependence polyhedra. 2846 dependence analysis. 3101 context to the dependence polyhedron. 3679 the computation of symmetric data dependence relations. 3691 for read-read dependence relations. 3747 not delete the original dependence relation. [all …]
|
| D | graphite-isl-ast-to-gimple.cc | 1393 scop->dependence); in scop_to_isl_ast()
|
| D | target.def | 939 the dependence LINK. The default is to make no adjustment. */ 944 dependence of type dep_type, and strength @var{dw}. It should return the new\n\ 947 description that an output- or anti-dependence does not incur the same cost\n\ 948 as a data-dependence. If the scheduler using the automaton based pipeline\n\ 949 description, the cost of anti-dependence is zero and the cost of\n\ 950 output-dependence is maximum of one and the difference of latency\n\ 1329 insn scheduler. It should return true if there exists a dependence 1332 the dep that represents the dependence between the two insns. The 1333 second argument is the cost of the dependence as estimated by 1341 are involved in the dependence too close to one another. The parameters\n\ [all …]
|
| /netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/ |
| D | testfloat-history.txt | 34 -- Reduced dependence on the quality of the standard `random' function for
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | sb1.md | 207 ;; be an address dependence. 282 ;; be an address dependence. 344 ;; be an address dependence.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog | 932 early exit test for namespace-scope decls to check dependence of 1089 exit test for argument dependence. 1093 (usse_outer_template_parms): Factor out constraint dependence 2161 * except.cc (build_noexcept_spec): Strengthen dependence check 2167 * pt.cc (expand_integer_pack): Strengthen dependence check 2172 dependence check into a checking assert. 2519 to consider dependence of a noexcept-spec before C++17.
|
| D | ChangeLog-2013 | 1292 type-dependence, not value-dependence. 2842 * typeck.c (cxx_alignas_expr): Handle value-dependence properly. 3432 (CXX_PARSER_H): Add header dependence. 3446 * parser.c: Add header dependence.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm1020e.md | 383 ;; There is one anti-dependence in the following case (not yet modelled):
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc4515.txt | 484 rules to reduce the dependence on descriptive text. The "normal"
|
| /netbsd/src/common/dist/zlib/ |
| D | FAQ | 200 Yes. It has been tested on 64-bit machines, and has no dependence on any
|
| /netbsd/src/external/bsd/flex/dist/ |
| D | NEWS | 71 occur. This has been resolved. The fix also removes dependence on
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | bdver1.md | 51 ;; In order to avoid dependence between reservation of decoder
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/ |
| D | whatsnew-2.0.txt | 97 2) Structure dependence. Applications needed to allocate 'struct
|
| /netbsd/src/external/bsd/libevent/dist/ |
| D | whatsnew-2.0.txt | 97 2) Structure dependence. Applications needed to allocate 'struct
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | Makefile.tpl | 1951 ;; on an "install" target, or if the dependence module is not
|
| D | MAINTAINERS | 240 scev, data dependence Sebastian Pop <sebpop@gmail.com>
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | xtensaelf.em | 600 structure that maps a section to its dependence edges.
|
| /netbsd/src/external/gpl3/gdb/dist/ |
| D | Makefile.tpl | 1979 ;; on an "install" target, or if the dependence module is not
|
123456