HomeSort by: relevance | last modified time | path
    Searched refs:bbi (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/arch/mvmeppc/stand/boot/
boot.c 85 struct bug_buginfo *bbi; local
97 bbi = &bug_bootinfo.bbi_bi.bbi;
114 parse_args(bbi->bbi_argstart, bbi->bbi_argend, &file, &howto, &part);
129 bbi->bbi_argstart = line;
130 bbi->bbi_argend = cp;
131 parse_args(bbi->bbi_argstart, bbi->bbi_argend,
137 bootinfo.bi_bootaddr = bbi->bbi_devaddr
    [all...]
  /src/sys/arch/macppc/stand/installboot/
installboot.c 62 size_t bbi; local
149 for (bbi = 0; bbi < MACPPC_BOOT_BLOCK_MAX_SIZE;
150 bbi += sizeof(uint32_t)) {
151 bbinfop = (void *)(bb + bbi);
160 if (bbi >= MACPPC_BOOT_BLOCK_MAX_SIZE)
  /src/usr.sbin/installboot/
bbinfo.c 149 size_t bbi; local
211 for (bbi = 0; bbi < bbparams->maxsize; bbi += sizeof(uint32_t)) {
212 bbinfop = (void *) (bb + bbparams->headeroffset + bbi);
217 if (bbi >= bbparams->maxsize) {
  /src/external/gpl3/gcc/dist/gcc/
gimple-range.cc 902 unsigned bbi = bb->index; local
905 if (m_e0[bbi] && m_e0[bbi]->has_range (name))
907 if (m_e0[bbi]->merge_range (name, r) && dump_file
912 fprintf (dump_file, " updated on edge %d->%d : ", bbi,
914 if (m_e0[bbi]->get_range (vr, name))
920 if (m_e1[bbi] && m_e1[bbi]->has_range (name))
922 if (m_e1[bbi]->merge_range (name, r) && dump_file
927 fprintf (dump_file, " updated on edge %d->%d : ", bbi,
    [all...]
value-relation.cc 1136 int bbi = bb->index; local
1138 if (bbi >= (int)m_relations.length())
1142 bitmap bm = m_relations[bbi].m_names;
1144 bm = m_relations[bbi].m_names = BITMAP_ALLOC (&m_bitmaps);
1150 curr = find_relation_block (bbi, v1, v2, &ptr);
1175 if (m_relations[bbi].m_num_relations >= param_relation_block_limit)
1181 m_relations[bbi].m_num_relations++;
1197 ptr->m_next = m_relations[bbi].m_head;
1198 m_relations[bbi].m_head = ptr;
1230 int bbi = bb->index local
    [all...]
sched-ebb.cc 728 ebb_fix_recovery_cfg (int bbi ATTRIBUTE_UNUSED, int jump_bbi,
731 gcc_assert (last_bb->index != bbi);
sel-sched-ir.cc 5093 int i, bbi = bb->index, cur_bbi;
5099 if (rev_top_order_index[bbi]
5122 Just take the bbi of this single pred. */
5163 int i, pos, bbi = -2, rgn;
5166 bbi = find_place_to_insert_bb (bb, rgn);
5167 bbi += 1;
5168 pos = RGN_BLOCKS (rgn) + bbi;
5171 && ebb_head[bbi] == pos);
5185 BLOCK_TO_BB (bb->index) = bbi;
5198 int i, pos, bbi = -2, rgn
5068 int i, bbi = bb->index, cur_bbi; local
5138 int i, pos, bbi = -2, rgn; local
5173 int i, pos, bbi = -2, rgn; local
    [all...]
sched-rgn.cc 1194 blocks that have max_hdr[bbi] == bbi). This set is upper bounded by the
3661 rgn_fix_recovery_cfg (int bbi, int check_bbi, int check_bb_nexti)
3665 BLOCK_TO_BB (check_bb_nexti) = BLOCK_TO_BB (bbi);
3673 for (new_pos = ebb_head[BLOCK_TO_BB (bbi) + 1] - 1;
3674 rgn_bb_table[new_pos] != bbi;
3678 gcc_assert (new_pos > ebb_head[BLOCK_TO_BB (bbi)]);
3688 for (i = BLOCK_TO_BB (bbi) + 1; i <= BLOCK_TO_BB (check_bbi); i++)
sel-sched.cc 2034 basic_block bbi, bbt;
2045 bbi = BLOCK_FOR_INSN (insn);
2047 if (EDGE_COUNT (bbi->preds) == 1)
2058 FOR_EACH_EDGE (e2, ei2, bbi->preds)
6747 int bbi = BLOCK_TO_BB (bb->index);
6753 bitmap_set_bit (visited_bbs, bbi);
6767 gcc_assert (succ_bbi > bbi);
6789 unsigned bbi;
6796 EXECUTE_IF_SET_IN_BITMAP (blocks_to_reschedule, 0, bbi, bi)
6798 gcc_assert (BLOCK_TO_BB (bbi) < current_nr_blocks)
2026 basic_block bbi, bbt; local
6734 int bbi = BLOCK_TO_BB (bb->index); local
6776 unsigned bbi; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
value-relation.cc 925 int bbi = bb->index; local
927 if (bbi >= (int)m_relations.length())
931 bitmap bm = m_relations[bbi].m_names;
933 bm = m_relations[bbi].m_names = BITMAP_ALLOC (&m_bitmaps);
939 curr = find_relation_block (bbi, v1, v2, &ptr);
961 if (m_relations[bbi].m_num_relations >= param_relation_block_limit)
967 m_relations[bbi].m_num_relations++;
983 ptr->m_next = m_relations[bbi].m_head;
984 m_relations[bbi].m_head = ptr;
1016 int bbi = bb->index local
    [all...]
sched-ebb.cc 728 ebb_fix_recovery_cfg (int bbi ATTRIBUTE_UNUSED, int jump_bbi,
731 gcc_assert (last_bb->index != bbi);
sel-sched-ir.cc 5093 int i, bbi = bb->index, cur_bbi;
5099 if (rev_top_order_index[bbi]
5122 Just take the bbi of this single pred. */
5163 int i, pos, bbi = -2, rgn;
5166 bbi = find_place_to_insert_bb (bb, rgn);
5167 bbi += 1;
5168 pos = RGN_BLOCKS (rgn) + bbi;
5171 && ebb_head[bbi] == pos);
5185 BLOCK_TO_BB (bb->index) = bbi;
5198 int i, pos, bbi = -2, rgn
5068 int i, bbi = bb->index, cur_bbi; local
5138 int i, pos, bbi = -2, rgn; local
5173 int i, pos, bbi = -2, rgn; local
    [all...]
sched-rgn.cc 1191 blocks that have max_hdr[bbi] == bbi). This set is upper bounded by the
3654 rgn_fix_recovery_cfg (int bbi, int check_bbi, int check_bb_nexti)
3658 BLOCK_TO_BB (check_bb_nexti) = BLOCK_TO_BB (bbi);
3666 for (new_pos = ebb_head[BLOCK_TO_BB (bbi) + 1] - 1;
3667 rgn_bb_table[new_pos] != bbi;
3671 gcc_assert (new_pos > ebb_head[BLOCK_TO_BB (bbi)]);
3681 for (i = BLOCK_TO_BB (bbi) + 1; i <= BLOCK_TO_BB (check_bbi); i++)
sel-sched.cc 2026 basic_block bbi, bbt;
2037 bbi = BLOCK_FOR_INSN (insn);
2039 if (EDGE_COUNT (bbi->preds) == 1)
2050 FOR_EACH_EDGE (e2, ei2, bbi->preds)
6739 int bbi = BLOCK_TO_BB (bb->index);
6745 bitmap_set_bit (visited_bbs, bbi);
6759 gcc_assert (succ_bbi > bbi);
6781 unsigned bbi;
6788 EXECUTE_IF_SET_IN_BITMAP (blocks_to_reschedule, 0, bbi, bi)
6790 gcc_assert (BLOCK_TO_BB (bbi) < current_nr_blocks)
2018 basic_block bbi, bbt; local
6726 int bbi = BLOCK_TO_BB (bb->index); local
6768 unsigned bbi; local
    [all...]
  /src/sys/arch/mvmeppc/stand/libsa/
bugsyscalls.h 215 struct bug_buginfo bbi; member in union:bug_bootinfo::__anon1704
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 88 // insert them before BBI in BB. If Cache is nonnull, use it to cache
90 Scatterer(BasicBlock *bb, BasicBlock::iterator bbi, Value *v,
101 BasicBlock::iterator BBI;
258 Scatterer::Scatterer(BasicBlock *bb, BasicBlock::iterator bbi, Value *v,
260 : BB(bb), BBI(bbi), V(v), CachePtr(cachePtr) {
280 IRBuilder<> Builder(BB, BBI);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 3609 for (unsigned int bbi = 0; bbi < n_blocks; ++bbi)
3611 basic_block bb = BASIC_BLOCK_FOR_FN (m_fn, order[bbi]);
  /src/external/gpl3/gdb/dist/sim/iq2000/
sem.c 850 /* bbi: bbi $rs($bitnum),$offset */
853 SEM_FN_NAME (iq2000bf,bbi) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
3394 { IQ2000BF_INSN_BBI, SEM_FN_NAME (iq2000bf,bbi) },
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
sem.c 850 /* bbi: bbi $rs($bitnum),$offset */
853 SEM_FN_NAME (iq2000bf,bbi) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
3394 { IQ2000BF_INSN_BBI, SEM_FN_NAME (iq2000bf,bbi) },

Completed in 79 milliseconds