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

1 2 3

  /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...]
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/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...]
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-general.h 74 int collapse; /* Collapsed loops, 1 for a non-collapsed loop. */ member in struct:omp_for_data
omp-general.h 74 int collapse; /* Collapsed loops, 1 for a non-collapsed loop. */ member in struct:omp_for_data
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...]
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-offload.cc 788 unsigned collapse = tree_to_uhwi (gimple_call_arg (call, 0)); local
831 if (loop_no + 1 == collapse)
838 else if (loop_no + 2 == collapse)
omp-offload.cc 788 unsigned collapse = tree_to_uhwi (gimple_call_arg (call, 0)); local
831 if (loop_no + 1 == collapse)
838 else if (loop_no + 2 == collapse)
  /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-general.h 72 int collapse; /* Collapsed loops, 1 for a non-collapsed loop. */ member in struct:omp_for_data
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-general.h 72 int collapse; /* Collapsed loops, 1 for a non-collapsed loop. */ member in struct:omp_for_data
gimple.h 633 size_t collapse; variable
636 struct gimple_omp_for_iter * GTY((length ("%h.collapse"))) iter;
5453 /* Get the collapse count of the OMP_FOR statement GS. */
5459 return omp_for_stmt->collapse;
5469 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5481 && i < omp_for_stmt->collapse);
5492 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5503 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5514 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5525 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
    [all...]
omp-offload.cc 758 unsigned collapse = tree_to_uhwi (gimple_call_arg (call, 0)); local
801 if (loop_no + 1 == collapse)
808 else if (loop_no + 2 == collapse)
gimple.h 633 size_t collapse; variable
636 struct gimple_omp_for_iter * GTY((length ("%h.collapse"))) iter;
5453 /* Get the collapse count of the OMP_FOR statement GS. */
5459 return omp_for_stmt->collapse;
5469 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5481 && i < omp_for_stmt->collapse);
5492 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5503 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5514 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
5525 gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
    [all...]
omp-offload.cc 758 unsigned collapse = tree_to_uhwi (gimple_call_arg (call, 0)); local
801 if (loop_no + 1 == collapse)
808 else if (loop_no + 2 == collapse)
  /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
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/sys/dev/pci/
if_enavar.h 227 struct evcnt collapse; member in struct:ena_stats_tx
if_enavar.h 227 struct evcnt collapse; member in struct:ena_stats_tx
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 534 std::pair<ReferenceKind, const Node *> collapse(OutputStream &S) const { function in class:ReferenceType
562 std::pair<ReferenceKind, const Node *> Collapsed = collapse(s);
575 std::pair<ReferenceKind, const Node *> Collapsed = collapse(s);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 4359 if (clauses->collapse)
4363 = build_int_cst (integer_type_node, clauses->collapse);
5731 int i, collapse = clauses->collapse; local
5744 collapse = 0;
5746 collapse++;
5751 collapse = clauses->orderedc;
5752 if (collapse <= 0)
5753 collapse = 1;
5758 init = make_tree_vec (collapse);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 3871 if (clauses->collapse)
3875 = build_int_cst (integer_type_node, clauses->collapse);
5045 int i, collapse = clauses->collapse; local
5057 collapse = 0;
5059 collapse++;
5064 collapse = clauses->orderedc;
5065 if (collapse <= 0)
5066 collapse = 1;
5071 init = make_tree_vec (collapse);
    [all...]

Completed in 87 milliseconds

1 2 3