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

1 2 3

  /src/external/gpl3/gcc.old/dist/gcc/
graphite-poly.cc 53 /* Prints to FILE the iteration domain of PBB. */
56 print_iteration_domain (FILE *file, poly_bb_p pbb)
58 print_pbb_domain (file, pbb);
61 /* Prints to FILE the iteration domains of every PBB of SCOP. */
66 for (poly_bb_p pbb : scop->pbbs)
67 print_iteration_domain (file, pbb);
70 /* Prints to STDERR the iteration domain of PBB. */
73 debug_iteration_domain (poly_bb_p pbb)
75 print_iteration_domain (stderr, pbb);
78 /* Prints to STDERR the iteration domains of every PBB of SCOP. *
133 poly_bb_p pbb = XNEW (struct poly_bb); local
    [all...]
graphite.h 53 /* The number of data refs identical to this one in the PBB. */
59 /* A pointer to the PBB that contains this data reference. */
60 poly_bb_p pbb; member in struct:poly_dr
183 #define PDR_PBB(PDR) (PDR->pbb)
221 /* Pointer to the SCOP containing this PBB. */
252 /* The last basic block generated for this pbb. */
256 #define PBB_BLACK_BOX(PBB) ((gimple_poly_bb_p) PBB->black_box)
257 #define PBB_SCOP(PBB) (PBB->scop
346 poly_bb_p pbb; member in struct:dr_info
    [all...]
graphite-sese-to-poly.cc 51 /* Return an isl identifier for the polyhedral basic block PBB. */
54 isl_id_for_pbb (scop_p s, poly_bb_p pbb)
57 snprintf (name, sizeof (name), "S_%d", pbb_index (pbb));
58 return isl_id_alloc (s->isl_context, name, pbb);
314 /* Returns a linear expression for tree T evaluated in PBB. */
317 create_pw_aff_from_tree (poly_bb_p pbb, loop_p loop, tree t)
319 scop_p scop = PBB_SCOP (pbb);
326 return extract_affine (scop, t, isl_set_get_space (pbb->domain));
329 /* Add conditional statement STMT to pbb. CODE is used as the comparison
334 add_condition_to_pbb (poly_bb_p pbb, gcond *stmt, enum tree_code code
507 poly_bb_p pbb = dri.pbb; local
613 poly_bb_p pbb = dri.pbb; local
713 poly_bb_p pbb; local
849 poly_bb_p pbb; local
934 poly_bb_p pbb; local
952 poly_bb_p pbb; local
1034 poly_bb_p pbb = outermost_pbb_in (loop, scop); local
1079 poly_bb_p pbb = scop->pbbs[*index]; local
    [all...]
graphite-dependences.cc 55 /* Constrain pdr->accesses with pdr->subscript_sizes and pbb->domain. */
58 add_pdr_constraints (poly_dr_p pdr, poly_bb_p pbb)
63 return constrain_domain (x, isl_set_copy (pbb->domain));
75 poly_bb_p pbb; local
78 FOR_EACH_VEC_ELT (scop->pbbs, i, pbb)
80 FOR_EACH_VEC_ELT (PBB_DRS (pbb), j, pdr) {
89 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb));
105 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb));
121 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb));
graphite-optimize-isl.cc 99 poly_bb_p pbb; local
103 FOR_EACH_VEC_ELT (scop->pbbs, i, pbb)
104 res = isl_union_set_add_set (res, isl_set_copy (pbb->domain));
sese.h 238 struct poly_bb *pbb; member in struct:gimple_poly_bb
268 #define GBB_PBB(GBB) (GBB)->pbb
graphite-scop-detection.cc 1089 poly_bb_p pbb; local
1092 FOR_EACH_VEC_ELT (scop->pbbs, i, pbb)
1093 if (loop_in_sese_p (gbb_loop (PBB_BLACK_BOX (pbb)), scop->scop_info->region))
1212 poly_bb_p pbb; local
1213 FOR_EACH_VEC_ELT (scop->pbbs, i, pbb)
1214 find_params_in_bb (region, PBB_BLACK_BOX (pbb));
1522 poly_bb_p pbb = new_poly_bb (scop, gbb); local
1523 scop->pbbs.safe_push (pbb);
1538 scop->drs.safe_push (dr_info (dr, pbb));
  /src/external/gpl3/gcc/dist/gcc/
graphite-poly.cc 53 /* Prints to FILE the iteration domain of PBB. */
56 print_iteration_domain (FILE *file, poly_bb_p pbb)
58 print_pbb_domain (file, pbb);
61 /* Prints to FILE the iteration domains of every PBB of SCOP. */
66 for (poly_bb_p pbb : scop->pbbs)
67 print_iteration_domain (file, pbb);
70 /* Prints to STDERR the iteration domain of PBB. */
73 debug_iteration_domain (poly_bb_p pbb)
75 print_iteration_domain (stderr, pbb);
78 /* Prints to STDERR the iteration domains of every PBB of SCOP. *
133 poly_bb_p pbb = XNEW (struct poly_bb); local
    [all...]
graphite.h 53 /* The number of data refs identical to this one in the PBB. */
59 /* A pointer to the PBB that contains this data reference. */
60 poly_bb_p pbb; member in struct:poly_dr
183 #define PDR_PBB(PDR) (PDR->pbb)
221 /* Pointer to the SCOP containing this PBB. */
252 /* The last basic block generated for this pbb. */
256 #define PBB_BLACK_BOX(PBB) ((gimple_poly_bb_p) PBB->black_box)
257 #define PBB_SCOP(PBB) (PBB->scop
346 poly_bb_p pbb; member in struct:dr_info
    [all...]
graphite-sese-to-poly.cc 51 /* Return an isl identifier for the polyhedral basic block PBB. */
54 isl_id_for_pbb (scop_p s, poly_bb_p pbb)
57 snprintf (name, sizeof (name), "S_%d", pbb_index (pbb));
58 return isl_id_alloc (s->isl_context, name, pbb);
315 /* Returns a linear expression for tree T evaluated in PBB. */
318 create_pw_aff_from_tree (poly_bb_p pbb, loop_p loop, tree t)
320 scop_p scop = PBB_SCOP (pbb);
327 return extract_affine (scop, t, isl_set_get_space (pbb->domain));
330 /* Add conditional statement STMT to pbb. CODE is used as the comparison
335 add_condition_to_pbb (poly_bb_p pbb, gcond *stmt, enum tree_code code
509 poly_bb_p pbb = dri.pbb; local
615 poly_bb_p pbb = dri.pbb; local
715 poly_bb_p pbb; local
851 poly_bb_p pbb; local
936 poly_bb_p pbb; local
954 poly_bb_p pbb; local
1036 poly_bb_p pbb = outermost_pbb_in (loop, scop); local
1081 poly_bb_p pbb = scop->pbbs[*index]; local
    [all...]
graphite-dependences.cc 55 /* Constrain pdr->accesses with pdr->subscript_sizes and pbb->domain. */
58 add_pdr_constraints (poly_dr_p pdr, poly_bb_p pbb)
63 return constrain_domain (x, isl_set_copy (pbb->domain));
75 poly_bb_p pbb; local
78 FOR_EACH_VEC_ELT (scop->pbbs, i, pbb)
80 FOR_EACH_VEC_ELT (PBB_DRS (pbb), j, pdr) {
89 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb));
105 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb));
121 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb));
graphite-optimize-isl.cc 99 poly_bb_p pbb; local
103 FOR_EACH_VEC_ELT (scop->pbbs, i, pbb)
104 res = isl_union_set_add_set (res, isl_set_copy (pbb->domain));
sese.h 238 struct poly_bb *pbb; member in struct:gimple_poly_bb
268 #define GBB_PBB(GBB) (GBB)->pbb
graphite-scop-detection.cc 1225 poly_bb_p pbb; local
1228 FOR_EACH_VEC_ELT (scop->pbbs, i, pbb)
1229 if (loop_in_sese_p (gbb_loop (PBB_BLACK_BOX (pbb)), scop->scop_info->region))
1348 poly_bb_p pbb; local
1349 FOR_EACH_VEC_ELT (scop->pbbs, i, pbb)
1350 find_params_in_bb (region, PBB_BLACK_BOX (pbb));
1658 poly_bb_p pbb = new_poly_bb (scop, gbb); local
1659 scop->pbbs.safe_push (pbb);
1674 scop->drs.safe_push (dr_info (dr, pbb));
  /src/external/gpl3/gdb.old/dist/sim/common/
genmloop.sh 44 # simple,scache,pbb. If the target wants it can also provide a fast
47 # for use in with-devices/with-smp situations (pbb can be inappropriate
75 # -pbb: same as -scache but extract a (pseudo-) basic block at a time
91 # -pbb. Note that while the code can determine if the cpu supports
124 # Only one of -scache/-pbb may be selected.
136 #pbb=
157 -pbb) pbb=yes ;;
179 if [ x$scache = xyes -a x$pbb = xyes ] ; then
180 echo "only one of -scache and -pbb may be selected" >&
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
genmloop.sh 44 # simple,scache,pbb. If the target wants it can also provide a fast
47 # for use in with-devices/with-smp situations (pbb can be inappropriate
75 # -pbb: same as -scache but extract a (pseudo-) basic block at a time
91 # -pbb. Note that while the code can determine if the cpu supports
124 # Only one of -scache/-pbb may be selected.
136 #pbb=
157 -pbb) pbb=yes ;;
179 if [ x$scache = xyes -a x$pbb = xyes ] ; then
180 echo "only one of -scache and -pbb may be selected" >&
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m32r/
local.mk 96 -mono -fast -pbb -switch sem-switch.c \
106 -mono -no-fast -pbb -parallel-write -switch semx-switch.c \
116 -mono -no-fast -pbb -parallel-write -switch sem2-switch.c \
  /src/external/gpl3/gdb/dist/sim/m32r/
local.mk 96 -mono -fast -pbb -switch sem-switch.c \
106 -mono -no-fast -pbb -parallel-write -switch semx-switch.c \
116 -mono -no-fast -pbb -parallel-write -switch sem2-switch.c \
  /src/external/gpl3/gdb.old/dist/sim/cris/
local.mk 98 -mono -no-fast -pbb -switch semcrisv10f-switch.c \
109 -mono -no-fast -pbb -switch semcrisv32f-switch.c \
  /src/external/gpl3/gdb/dist/sim/cris/
local.mk 98 -mono -no-fast -pbb -switch semcrisv10f-switch.c \
109 -mono -no-fast -pbb -switch semcrisv32f-switch.c \
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
local.mk 72 -mono -fast -pbb -switch sem-switch.c \
  /src/external/gpl3/gdb.old/dist/sim/lm32/
local.mk 77 -mono -fast -pbb -switch sem-switch.c \
  /src/external/gpl3/gdb.old/dist/sim/or1k/
local.mk 79 -mono -fast -pbb -switch sem-switch.c \
  /src/external/gpl3/gdb/dist/sim/iq2000/
local.mk 72 -mono -fast -pbb -switch sem-switch.c \
  /src/external/gpl3/gdb/dist/sim/lm32/
local.mk 77 -mono -fast -pbb -switch sem-switch.c \

Completed in 24 milliseconds

1 2 3