| /freebsd-12.1/contrib/gcc/ |
| H A D | cfgcleanup.c | 1067 i1 = BB_END (bb1); in flow_find_cross_jump() 1169 edge b1 = BRANCH_EDGE (bb1); in condjump_equiv_p() 1202 set1 = pc_set (BB_END (bb1)); in condjump_equiv_p() 1257 && maybe_hot_bb_p (bb1) in condjump_equiv_p() 1284 bb1->index, bb2->index); in condjump_equiv_p() 1307 if (single_succ_p (bb1) in outgoing_edges_match() 1309 && (!JUMP_P (BB_END (bb1)) || simplejump_p (BB_END (bb1)))) in outgoing_edges_match() 1331 b1 = BRANCH_EDGE (bb1); in outgoing_edges_match() 1333 f1 = FALLTHRU_EDGE (bb1); in outgoing_edges_match() 1393 && maybe_hot_bb_p (bb1) in outgoing_edges_match() [all …]
|
| H A D | tree-ssa-phiopt.c | 158 basic_block bb1, bb2; in tree_ssa_phiopt() local 171 bb1 = e1->dest; in tree_ssa_phiopt() 181 if (EDGE_COUNT (bb1->succs) == 0 in tree_ssa_phiopt() 187 if (EDGE_SUCC (bb1, 0)->dest == bb2) in tree_ssa_phiopt() 189 else if (EDGE_SUCC (bb2, 0)->dest == bb1) in tree_ssa_phiopt() 191 basic_block bb_tmp = bb1; in tree_ssa_phiopt() 193 bb1 = bb2; in tree_ssa_phiopt() 201 e1 = EDGE_SUCC (bb1, 0); in tree_ssa_phiopt() 204 if (!single_succ_p (bb1) in tree_ssa_phiopt() 210 if (!single_pred_p (bb1) in tree_ssa_phiopt() [all …]
|
| H A D | sched-ebb.c | 205 basic_block bb1 = BLOCK_FOR_INSN (insn1); in rank() local 208 if (bb1->count > bb2->count in rank() 209 || bb1->frequency > bb2->frequency) in rank() 211 if (bb1->count < bb2->count in rank() 212 || bb1->frequency < bb2->frequency) in rank()
|
| H A D | dominance.c | 790 nearest_common_dominator (enum cdi_direction dir, basic_block bb1, basic_block bb2) in nearest_common_dominator() argument 794 if (!bb1) in nearest_common_dominator() 797 return bb1; in nearest_common_dominator() 799 return et_nca (bb1->dom[dir], bb2->dom[dir])->data; in nearest_common_dominator() 899 dominated_by_p (enum cdi_direction dir, basic_block bb1, basic_block bb2) in dominated_by_p() argument 901 struct et_node *n1 = bb1->dom[dir], *n2 = bb2->dom[dir]; in dominated_by_p()
|
| H A D | profile.c | 1064 basic_block group = bb, bb1; in find_group() local 1072 bb1 = (basic_block) bb->aux; in find_group() 1074 bb = bb1; in find_group() 1080 union_groups (basic_block bb1, basic_block bb2) in union_groups() argument 1082 basic_block bb1g = find_group (bb1); in union_groups()
|
| H A D | tree-ssa-loop-niter.c | 1917 basic_block bb1 = bb_for_stmt (s1), bb2 = bb_for_stmt (s2); in stmt_dominates_stmt_p() local 1919 if (!bb1 in stmt_dominates_stmt_p() 1923 if (bb1 == bb2) in stmt_dominates_stmt_p() 1927 for (bsi = bsi_start (bb1); bsi_stmt (bsi) != s2; bsi_next (&bsi)) in stmt_dominates_stmt_p() 1934 return dominated_by_p (CDI_DOMINATORS, bb2, bb1); in stmt_dominates_stmt_p()
|
| H A D | cfghooks.c | 489 can_merge_blocks_p (basic_block bb1, basic_block bb2) in can_merge_blocks_p() argument 496 ret = cfg_hooks->can_merge_blocks_p (bb1, bb2); in can_merge_blocks_p()
|
| H A D | global.c | 2315 rpost_cmp (const void *bb1, const void *bb2) in rpost_cmp() argument 2317 basic_block b1 = *(basic_block *) bb1, b2 = *(basic_block *) bb2; in rpost_cmp()
|
| /freebsd-12.1/contrib/apr-util/test/ |
| H A D | testbuckets.c | 475 apr_bucket_brigade *bb1 = apr_brigade_create(p, ba); in test_write_split() local 480 APR_BRIGADE_INSERT_HEAD(bb1, e); in test_write_split() 482 bb2 = apr_brigade_split(bb1, APR_BRIGADE_LAST(bb1)); in test_write_split() 483 apr_brigade_write(bb1, NULL, NULL, "foo", strlen("foo")); in test_write_split() 486 apr_brigade_destroy(bb1); in test_write_split()
|
| /freebsd-12.1/contrib/gdtoa/ |
| H A D | strtod.c | 102 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local 647 bb1 = mult(bs, bb); 649 bb = bb1;
|
| H A D | strtodg.c | 334 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local 752 bb1 = mult(bs, bb); 754 bb = bb1;
|
| /freebsd-12.1/libexec/bootpd/ |
| H A D | bootptab.cmu | 112 bb1: tc=.subnet19:ha=00DD000A1F00:
|
| /freebsd-12.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_l2.c | 1993 port_stats.eth.u1.bb1.t2047; in __ecore_get_vport_port_stats() 1995 port_stats.eth.u1.bb1.t4095; in __ecore_get_vport_port_stats() 1997 port_stats.eth.u1.bb1.t9216; in __ecore_get_vport_port_stats() 1999 port_stats.eth.u1.bb1.t16383; in __ecore_get_vport_port_stats()
|
| H A D | mcp_public.h | 169 } bb1; member
|
| /freebsd-12.1/sys/mips/cavium/ |
| H A D | octopci.c | 813 pci_ctl_status_2.s.bb1 = 1; /* BAR1 is big */ in octopci_init_pci()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-pci-defs.h | 2311 uint32_t bb1 : 1; /**< Big Bar 1 Enable member 2524 uint32_t bb1 : 1;
|
| /freebsd-12.1/share/misc/ |
| H A D | pci_vendors | 11323 1bb1 GP104GL [Quadro P4000] 21621 1bb1 Seagate Technology PLC 21639 1bb1 0101 Nytro XF1440 21640 1bb1 0103 Nytro 5000 21641 1bb1 0105 Nytro 5020 21642 1bb1 0106 Nytro 5020 TCG 21643 1bb1 0121 Nytro XM1440 21644 1bb1 0123 Nytro 5000 21646 1bb1 0125 Nytro 5020 21648 1bb1 0126 Nytro 5020 [all …]
|
| /freebsd-12.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9340.ini | 392 { 0x00016140 , 0x50804008 }, //bb1
|