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

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref-tree.h 157 /* Collapse the tree. */
158 void collapse () function
166 Collapse tree if it has more than MAX_ACCESSES entries.
188 collapse ();
201 collapse ();
231 /* Insert REF; collapse tree if there are more than MAX_REFS.
271 void collapse () function
280 r->collapse ();
317 /* Insert BASE; collapse tree if there are more than MAX_REFS.
411 /* No useful information tracked; collapse everything. *
689 void collapse () function
    [all...]
omp-expand.cc 186 if (fd.collapse > 1 && TREE_CODE (fd.loop.n2) != INTEGER_CST)
1567 for (ix = fd->collapse; ix--;)
1581 tree num = build_int_cst (integer_type_node, fd->collapse);
1672 for (int ix = fd->collapse; ix--;)
1675 const oacc_collapse *collapse = &counts[ix]; local
1676 tree v = inner ? loop->v : collapse->outer;
1691 tree mod = fold_convert (ivar_type, collapse->iters);
1699 fold_convert (diff_type, collapse->step));
1701 inner ? collapse->outer : collapse->base
    [all...]
gimple.h 635 size_t collapse; variable
638 struct gimple_omp_for_iter * GTY((length ("%h.collapse"))) iter;
5540 /* Get the collapse count of the OMP_FOR statement GS. */
5546 return omp_for_stmt->collapse;
5556 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5568 && i < omp_for_stmt->collapse);
5579 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5590 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5601 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5612 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
    [all...]
omp-general.h 74 int collapse; /* Collapsed loops, 1 for a non-collapsed loop. */ member in struct:omp_for_data
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref-tree.h 157 /* Collapse the tree. */
158 void collapse () function
166 Collapse tree if it has more than MAX_ACCESSES entries.
188 collapse ();
201 collapse ();
231 /* Insert REF; collapse tree if there are more than MAX_REFS.
271 void collapse () function
280 r->collapse ();
317 /* Insert BASE; collapse tree if there are more than MAX_REFS.
411 /* No useful information tracked; collapse everything. *
689 void collapse () function
    [all...]
omp-expand.cc 186 if (fd.collapse > 1 && TREE_CODE (fd.loop.n2) != INTEGER_CST)
1566 for (ix = fd->collapse; ix--;)
1580 tree num = build_int_cst (integer_type_node, fd->collapse);
1671 for (int ix = fd->collapse; ix--;)
1674 const oacc_collapse *collapse = &counts[ix]; local
1675 tree v = inner ? loop->v : collapse->outer;
1690 tree mod = fold_convert (ivar_type, collapse->iters);
1698 fold_convert (diff_type, collapse->step));
1700 inner ? collapse->outer : collapse->base
    [all...]
omp-general.h 72 int collapse; /* Collapsed loops, 1 for a non-collapsed loop. */ member in struct:omp_for_data
omp-general.cc 211 fd->collapse = 1;
251 fd->collapse = tree_to_shwi (OMP_CLAUSE_COLLAPSE_EXPR (t));
252 if (fd->collapse > 1)
260 fd->collapse = list_length (fd->tiling);
261 gcc_assert (fd->collapse);
301 if (fd->collapse > 1 || fd->tiling)
306 if (fd->ordered && fd->collapse == 1 && loops != NULL)
324 gcc_assert ((fd->collapse == 1 && !fd->tiling) || collapse_iter != NULL);
339 int cnt = fd->ordered ? fd->ordered : fd->collapse;
381 && fd->collapse ==
    [all...]
  /src/external/apache2/llvm/dist/llvm/docs/_static/
llvm.css 15 border-collapse: collapse; margin-top: 1em; margin-left: 1em;
96 table.layout { text-align: left; border: none; border-collapse: collapse;
  /src/external/bsd/atf/dist/tools/
tests-results.css 84 border-collapse: collapse;
128 border-collapse: collapse;
  /src/external/mit/libcbor/dist/docs/stylesheets/
normalize.css 417 border-collapse: collapse;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ExecutionDomainFix.cpp 41 // There are no more DV references. Collapse any contained instructions.
43 collapse(DV, DV->getFirstDomain());
98 collapse(dv, domain);
100 // This is an incompatible open DomainValue. Collapse it to whatever and
102 collapse(dv, dv->getFirstDomain());
103 assert(LiveRegs[rx] && "Not live after collapse?");
112 void ExecutionDomainFix::collapse(DomainValue *dv, unsigned domain) { function in class:ExecutionDomainFix
113 assert(dv->hasDomain(domain) && "Cannot collapse");
115 // Collapse all the instructions.
192 collapse(pdv, Domain)
    [all...]
  /src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/
style.css 13 table { border-collapse: collapse; border-spacing: 0; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ExecutionDomainFix.h 172 /// collapse if needed.
182 /// Kill register rx, recycle or collapse any DomainValue.
188 /// Collapse open DomainValue into given domain. If there are multiple
190 void collapse(DomainValue *dv, unsigned domain);
  /src/external/mit/libcbor/dist/docs/doxygen/
customdoxygen.css 449 border-collapse: collapse;
795 border-collapse:collapse;
865 border-collapse:collapse;
1152 border-collapse: separate;
  /src/usr.sbin/lockstat/
main.c 158 static void collapse(bool, bool);
372 collapse(mflag, Mflag);
585 * Collapse addresses from unique objects.
588 collapse(bool func, bool lock) function
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/
doxygen.css 529 border-collapse: collapse;
830 border-collapse:collapse;
978 border-collapse:collapse;
1329 border-collapse: separate;
1728 border-collapse:collapse;
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/
doxygen.css 529 border-collapse: collapse;
830 border-collapse:collapse;
978 border-collapse:collapse;
1329 border-collapse: separate;
1728 border-collapse:collapse;
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/
doxygen.css 529 border-collapse: collapse;
830 border-collapse:collapse;
978 border-collapse:collapse;
1329 border-collapse: separate;
1728 border-collapse:collapse;
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/
doxygen.css 529 border-collapse: collapse;
830 border-collapse:collapse;
978 border-collapse:collapse;
1329 border-collapse: separate;
1728 border-collapse:collapse;
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/
doxygen.css 529 border-collapse: collapse;
830 border-collapse:collapse;
978 border-collapse:collapse;
1329 border-collapse: separate;
1728 border-collapse:collapse;
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/
doxygen.css 529 border-collapse: collapse;
830 border-collapse:collapse;
978 border-collapse:collapse;
1329 border-collapse: separate;
1728 border-collapse:collapse;
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/
doxygen.css 529 border-collapse: collapse;
830 border-collapse:collapse;
978 border-collapse:collapse;
1329 border-collapse: separate;
1728 border-collapse:collapse;
  /src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/
doxygen.css 529 border-collapse: collapse;
830 border-collapse:collapse;
978 border-collapse:collapse;
1329 border-collapse: separate;
1728 border-collapse:collapse;
  /src/external/apache2/llvm/dist/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 303 border-collapse: collapse;

Completed in 73 milliseconds

1 2 3