| /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_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
|
| /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. */
|
| 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-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...] |
| /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. */
|
| 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-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...] |
| /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 (),
|
| 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 (),
|
| /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];
|
| 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/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 (),
|
| 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 (),
|
| /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];
|
| 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/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:__anon8572
|