| /src/external/mit/isl/dist/ |
| isl_scheduler_clustering.h | 10 * of the original dependence graph. All entries in the same cluster 12 * "scc_cluster" maps each SCC index to the cluster to which it belongs, 13 * where each cluster is represented by the index of the first SCC 14 * in the cluster. Initially, each SCC belongs to a cluster containing 20 * "cluster" contains the merged clusters of SCCs after the clustering 30 struct isl_sched_graph *cluster; member in struct:isl_clustering
|
| isl_scheduler.h | 50 * "cluster" is only used inside extract_clusters and identifies 51 * the cluster of SCCs that the node belongs to. 86 int cluster; member in struct:isl_sched_node
|
| isl_scheduler_scc.c | 20 * where each SCC i consists of the single cluster determined 21 * by c->scc_cluster[i]. The nodes in this cluster all have 564 * where each SCC i consists of the single cluster determined 565 * by c->scc_cluster[i]. The nodes in this cluster all have 784 /* Call isl_schedule_node_compute_finish_band on the cluster 788 * then obtain the corresponding cluster. 795 int cluster; local 797 cluster = c->scc_cluster[scc_graph->graph_scc[pos]]; 799 &c->cluster[cluster], 0) [all...] |
| isl_scheduler_clustering.c | 27 * Each SCC initially belongs to a cluster containing only that SCC. 36 c->cluster = isl_calloc_array(ctx, struct isl_sched_graph, c->n); 40 if (!c->scc || !c->cluster || 71 if (c->cluster) 73 isl_sched_graph_free(ctx, &c->cluster[i]); 74 free(c->cluster); 80 /* Should we refrain from merging the cluster in "graph" with 81 * any other cluster? 112 * the two cluster representatives. 157 * "scc_cluster" maps each SCC index to the cluster to which it belongs 1072 int cluster = -1; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| digraph.h | 28 /* Templates for a family of classes: digraph, node, edge, and cluster. 33 cluster_t: the cluster class (for use when generating .dot files). 114 https://graphviz.gitlab.io/_pages/Gallery/directed/cluster.html 119 The root cluster can organize the nodes into a hierarchy of 122 After all nodes are added to the root cluster, dump_dot will then 126 class cluster class 132 virtual ~cluster () {} 136 /* Recursively dump the cluster, all nodes, and child clusters. */
|
| tree-switch-conversion.h | 25 /* Type of cluster. */ 36 /* Abstract base class for representing a cluster of cases. 41 cluster 47 class cluster class in namespace:tree_switch_conversion 51 inline cluster (tree case_label_expr, basic_block case_bb, 55 virtual ~cluster () 61 /* Get low value covered by a cluster. */ 64 /* Get high value covered by a cluster. */ 67 /* Debug content of a cluster. */ 70 /* Dump content of a cluster. * 111 cluster () {} function in class:tree_switch_conversion::cluster 114 cluster::cluster (tree case_label_expr, basic_block case_bb, function in class:tree_switch_conversion::cluster [all...] |
| tree-ssa-tail-merge.cc | 252 /* The bbs in the cluster. */ 254 /* The preds of the bbs in the cluster. */ 258 /* The bb to replace the cluster with. */ 270 /* The cluster that this bb is a member of. */ 271 bb_cluster *cluster; member in struct:aux_bb_info 284 #define BB_CLUSTER(bb) (((struct aux_bb_info *)bb->aux)->cluster) 925 /* Prints cluster C to FILE. */ 936 /* Prints cluster C to stderr. */ 945 /* Update C->rep_bb, given that BB is added to the cluster. */ 979 /* Add BB to cluster C. Sets BB in C->bbs, and preds of BB in C->preds. * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| digraph.h | 28 /* Templates for a family of classes: digraph, node, edge, and cluster. 33 cluster_t: the cluster class (for use when generating .dot files). 114 https://graphviz.gitlab.io/_pages/Gallery/directed/cluster.html 119 The root cluster can organize the nodes into a hierarchy of 122 After all nodes are added to the root cluster, dump_dot will then 126 class cluster class 132 virtual ~cluster () {} 136 /* Recursively dump the cluster, all nodes, and child clusters. */
|
| tree-switch-conversion.h | 25 /* Type of cluster. */ 36 /* Abstract base class for representing a cluster of cases. 41 cluster 47 class cluster class in namespace:tree_switch_conversion 51 inline cluster (tree case_label_expr, basic_block case_bb, 55 virtual ~cluster () 61 /* Get low value covered by a cluster. */ 64 /* Get high value covered by a cluster. */ 67 /* Debug content of a cluster. */ 70 /* Dump content of a cluster. * 107 cluster () {} function in class:tree_switch_conversion::cluster 110 cluster::cluster (tree case_label_expr, basic_block case_bb, function in class:tree_switch_conversion::cluster [all...] |
| tree-ssa-tail-merge.cc | 252 /* The bbs in the cluster. */ 254 /* The preds of the bbs in the cluster. */ 258 /* The bb to replace the cluster with. */ 270 /* The cluster that this bb is a member of. */ 271 bb_cluster *cluster; member in struct:aux_bb_info 284 #define BB_CLUSTER(bb) (((struct aux_bb_info *)bb->aux)->cluster) 914 /* Prints cluster C to FILE. */ 925 /* Prints cluster C to stderr. */ 934 /* Update C->rep_bb, given that BB is added to the cluster. */ 968 /* Add BB to cluster C. Sets BB in C->bbs, and preds of BB in C->preds. * [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region-model-asm.cc | 272 binding_cluster *cluster = m_store.get_or_create_cluster (base_reg); local 273 cluster->on_asm (stmt, m_mgr->get_store_manager (),
|
| program-state.cc | 397 cluster). */ 1371 that have unpurgable sm-state within the decl's cluster, 1420 binding_cluster *cluster local 1422 if (!cluster) 1425 for (auto iter : *cluster)
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| ptree.cc | 313 binding_cluster *cluster = &BINDING_VECTOR_CLUSTER (node, ix); local 316 if (cluster->indices[jx].span) 319 cluster->indices[jx].base); 320 if (cluster->indices[jx].span > 1) 322 cluster->indices[jx].span); 323 len += sprintf (&pfx[len], " cluster:%u/%u", ix, jx); 324 binding_slot &slot = cluster->slots[jx];
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model-asm.cc | 274 binding_cluster *cluster = m_store.get_or_create_cluster (base_reg); local 275 cluster->on_asm (stmt, m_mgr->get_store_manager (),
|
| program-state.cc | 402 cluster). */ 1180 that have unpurgable sm-state within the decl's cluster, 1229 binding_cluster *cluster local 1231 if (!cluster) 1234 for (auto iter : *cluster)
|
| store.cc | 511 cluster for: dst 537 /* For now, assume we only ever copy to an empty cluster. */ 981 cluster for: f: INIT_VAL((*INIT_VAL(p_33(D)))) 985 cluster for: f 991 cluster for: f 1208 pp_string (&pp, " cluster for: "); 1231 /* We shouldn't have more than one symbolic key per cluster 1326 /* Remove all bindings overlapping REG within this cluster. */ 1334 /* Remove any bindings for REG within this cluster. */ 1362 /* Clobber REG within this cluster and fill it with zeroes. * 2277 binding_cluster *cluster local 2403 binding_cluster *cluster local 2701 binding_cluster *cluster = iter.second; local 2892 binding_cluster *cluster = (*iter).second; local 2919 binding_cluster *cluster = *cluster_slot; local 2962 binding_cluster *cluster = (*iter).second; local 2975 binding_cluster *cluster = (*iter).second; local 3033 binding_cluster *cluster = (*iter).second; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| ptree.cc | 300 binding_cluster *cluster = &BINDING_VECTOR_CLUSTER (node, ix); local 303 if (cluster->indices[jx].span) 306 cluster->indices[jx].base); 307 if (cluster->indices[jx].span > 1) 309 cluster->indices[jx].span); 310 len += sprintf (&pfx[len], " cluster:%u/%u", ix, jx); 311 binding_slot &slot = cluster->slots[jx];
|
| /src/sys/arch/arm/samsung/ |
| exynos_platform.c | 150 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local 152 const u_int cpu = cluster * 4 + aff0; 155 if (cluster == 1) 173 if (cluster == 1 && __SHIFTOUT(bp_mpidr, MPIDR_AFF1) == 1) {
|
| /src/sys/arch/arm/sunxi/ |
| sun8i_a83t_ccu.c | 49 #define Cx_CPUX_CLK_SRC_SEL(cluster) __BIT(12 + (cluster) * 16) 138 const int cluster = clk->u.nkmp.reg == PLL_C0CPUX_CTRL_REG ? 0 : 1; local 147 /* Switch cluster to OSC24M clock */ 150 val &= ~Cx_CPUX_CLK_SRC_SEL(cluster); 164 /* Switch cluster back to CPUX PLL */ 167 val |= Cx_CPUX_CLK_SRC_SEL(cluster);
|
| sun9i_a80_ccu.c | 49 #define CPU_CLK_SRC_SELECT(cluster) __BIT((cluster) * 8) 140 const int cluster = clk->u.nkmp.reg == PLL_C0CPUX_CTRL_REG ? 0 : 1; local 149 /* Switch cluster to OSC24M clock */ 152 val &= ~CPU_CLK_SRC_SELECT(cluster); 166 /* Switch cluster back to CPUX PLL */ 169 val |= CPU_CLK_SRC_SELECT(cluster); 170 CCU_WRITE(sc, CPU_CLK_SRC_SELECT(cluster), val);
|
| sunxi_mc_smp.c | 55 #define PRCM_CL_RST_CTRL(cluster) (0x4 + (cluster) * 0x4) 56 #define PRCM_CL_PWROFF(cluster) (0x100 + (cluster) * 0x4) 57 #define PRCM_CL_PWR_CLAMP(cluster, cpu) (0x140 + (cluster) * 0x10 + (cpu) * 0x4) 63 #define CPUCFG_CL_RST(cluster) (0x30 + (cluster) * 0x4) 69 #define CPUXCFG_CL_RST(cluster) (0x80 + (cluster) * 0x4 208 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local 242 const u_int cluster = __SHIFTOUT(mpidr, MPIDR_AFF1); local [all...] |
| /src/sys/fs/msdosfs/ |
| msdosfs_lookup.c | 111 u_long cluster; local 116 u_long scn; /* starting cluster number */ 181 cluster = MSDOSFSROOT; 229 * little differently. The root directory starts at "cluster" 0. 233 if ((error = msdosfs_pcbmap(dp, frcn, &bn, &cluster, 346 * Release the buffer holding the directory cluster just 448 cluster = scn; 449 if (cluster == MSDOSFSROOT) 453 } else if (cluster == MSDOSFSROOT) 500 error = msdosfs_deget(pmp, cluster, blkoff, vpp) [all...] |
| /src/usr.sbin/makefs/msdos/ |
| msdosfs_vnops.c | 145 u_long cluster; local 196 * little differently. The root directory starts at "cluster" 0. 200 if ((error = msdosfs_pcbmap(dp, frcn, &bn, &cluster, 295 * Release the buffer holding the directory cluster just 527 { 0, 0 }, /* high bits of start cluster */ 537 { 0, 0 }, /* high bits of start cluster */ 571 * Allocate a cluster to hold the about to be created directory. 583 * Now fill the cluster with the "." and ".." entries. And write 584 * the cluster to disk. This way it is there for the parent 628 * cluster. This will be written to an empty slot in the paren [all...] |
| /src/usr.sbin/sysinst/arch/mac68k/ |
| md.h | 108 u_int8_t cluster; /* Autorecovery cluster grouping */ member in struct:__anon6
|
| /src/sys/arch/x86/x86/ |
| x86_machdep.c | 632 phys_ram_seg_t *cluster; local 652 cluster = &mem_clusters[i]; 653 if ((cluster->start == round_page(seg_start)) && 654 (cluster->size == trunc_page(seg_end) - cluster->start)) { 663 * This cluster is used by RAM. If it is included in the iomem extent, 713 cluster = &mem_clusters[mem_cluster_cnt]; 714 cluster->start = seg_start; 729 cluster->size = seg_end - seg_start; 821 phys_ram_seg_t *cluster; local 1047 const phys_ram_seg_t *cluster = &mem_clusters[x]; local [all...] |