Home
last modified time | relevance | path

Searched refs:bb (Results 1 – 25 of 72) sorted by last modified time

123

/php-src/ext/standard/
H A Darray.c5970 Bucket *bb = *(Bucket **)b; local
5976 result = ARRAYG(multisort_func)[r](&ab[r], &bb[r]);
5983 return stable_sort_fallback(&ab[r], &bb[r]);
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1308 zend_basic_block *bb; in zend_jit_def_reg() local
3374 zend_basic_block *bb; in _zend_jit_add_predecessor_ref() local
3533 const zend_op *opline = &jit->op_array->opcodes[bb->start + bb->len - 1]; in zend_jit_case_start()
3592 zend_basic_block *bb; in zend_jit_bb_start() local
3723 …if ((bb->flags & ZEND_BB_ENTRY) || (bb->idom >= 0 && jit->bb_start_ref[bb->idom] < jit->ctx.fold_c… in zend_jit_bb_start()
3733 zend_basic_block *bb; in zend_jit_bb_end() local
3788 zend_basic_block *bb; in zend_jit_jmp_frameless() local
3823 zend_basic_block *bb; in zend_jit_cond_jmp() local
3829 if (bb->successors[0] == bb->successors[1]) { in zend_jit_cond_jmp()
6957 if (UNEXPECTED(bb->successors[0] == bb->successors[1])) { in zend_jit_cmp()
[all …]
H A Dzend_jit_trace.c794 zend_basic_block *bb; in zend_jit_trace_is_false_loop() local
803 return bb->loop_header != b; in zend_jit_trace_is_false_loop()
840 while (bb->idom >= 0) { in zend_jit_trace_copy_ssa_var_info()
843 b = bb->idom; in zend_jit_trace_copy_ssa_var_info()
844 bb = ssa->cfg.blocks + b; in zend_jit_trace_copy_ssa_var_info()
846 for (n = bb->len, op = ssa->ops + bb->start + n; n > 0; n--) { in zend_jit_trace_copy_ssa_var_info()
3876 if (opline_num == bb->start) { in zend_jit_find_ssa_var()
3893 if (!bb->predecessors_count) { in zend_jit_find_ssa_var()
3906 bb = &ssa->cfg.blocks[b]; in zend_jit_find_ssa_var()
3907 if (bb->len) { in zend_jit_find_ssa_var()
[all …]
H A Dzend_jit.c1192 zend_basic_block *bb; in zend_jit_compute_post_order() local
1202 bb = &cfg->blocks[b]; in zend_jit_compute_post_order()
1203 n = bb->successors_count; in zend_jit_compute_post_order()
1205 p = bb->successors; in zend_jit_compute_post_order()
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc8168 ir_block *bb;
8188 bb = &ctx->cfg_blocks[b];
8343 if (prev == bb->start) {
8348 bb->flags |= IR_BB_EMPTY;
9866 ir_block *bb;
9896 for (b = 1, bb = ctx->cfg_blocks + b; b <= ctx->cfg_blocks_count; b++, bb++) {
9898 for (i = bb->start, insn = ctx->ir_base + i, rule = ctx->rules + i; i <= bb->end;) {
10170 ir_block *bb;
10254 bb = &ctx->cfg_blocks[b];
10264 i = bb->start;
[all …]
H A Dir_private.h1104 IR_ALWAYS_INLINE uint32_t ir_phi_input_number(const ir_ctx *ctx, const ir_block *bb, uint32_t from) in ir_phi_input_number() argument
1108 for (n = 0, p = &ctx->cfg_edges[bb->predecessors]; n < bb->predecessors_count; p++, n++) { in ir_phi_input_number()
H A Dir_cfg.c178 bb = blocks + 1; in ir_build_cfg()
194 bb->end = end; in ir_build_cfg()
229 bb++; in ir_build_cfg()
237 bb = blocks + 1; in ir_build_cfg()
604 for (b = 2, bb = &blocks[2]; b <= blocks_count; b++, bb++) {
656 for (b = 2, bb = &blocks[2]; b <= blocks_count; b++, bb++) { in ir_build_dominators_tree()
899 ir_block *bb; in ir_find_loops() local
1167 ir_block *bb; in ir_dump_cfg_freq_graph() local
1253 ir_block *bb; in ir_schedule_blocks_bottom_up() local
1846 ir_block *bb; in ir_next_block() local
[all …]
H A Dir_gcm.c100 flags = (bb->flags & IR_BB_LOOP_HEADER) ? bb->flags : ctx->cfg_blocks[bb->loop_header].flags; in ir_gcm_select_best_block()
116 flags = (bb->flags & IR_BB_LOOP_HEADER) ? bb->flags : ctx->cfg_blocks[bb->loop_header].flags; in ir_gcm_select_best_block()
500 ir_block *bb; in ir_gcm() local
559 for (bb = ctx->cfg_blocks + b; b > 0; bb--, b--) { in ir_gcm()
561 ref = bb->end; in ir_gcm()
733 ir_block *bb; in ir_schedule() local
754 IR_ASSERT(bb->end > bb->start); in ir_schedule()
773 k = bb->end; in ir_schedule()
832 i = bb->start; in ir_schedule()
1229 ir_block *bb; in ir_build_prev_refs() local
[all …]
H A Dir_aarch64.dasc4443 ir_block *bb;
4461 bb = &ctx->cfg_blocks[b];
4567 if (prev == bb->start) {
4572 bb->flags |= IR_BB_EMPTY;
5528 ir_block *bb;
5548 for (b = 1, bb = ctx->cfg_blocks + b; b <= ctx->cfg_blocks_count; b++, bb++) {
5550 for (i = bb->start, insn = ctx->ir_base + i, rule = ctx->rules + i; i <= bb->end;) {
5813 ir_block *bb;
5884 bb = &ctx->cfg_blocks[b];
5894 i = bb->start;
[all …]
H A Dir_ra.c47 ir_block *bb; in ir_assign_virtual_registers_slow() local
56 i = bb->start; in ir_assign_virtual_registers_slow()
705 ref = bb->end; in ir_compute_live_ranges()
1323 ref = bb->end; in ir_compute_live_ranges()
2066 ir_block *bb; in ir_compute_dessa_moves() local
2387 ir_block *bb; in ir_find_optimal_split_position() local
2395 bb = &ctx->cfg_blocks[bb->idom]; in ir_find_optimal_split_position()
2399 max_bb = bb; in ir_find_optimal_split_position()
3389 ir_add_tmp(ctx, bb->end, bb->end, tmp_reg.num, tmp_reg); in ir_fix_dessa_tmps()
3480 ir_block *bb; in ir_linear_scan() local
[all …]
H A Dir_emit.c902 ir_reg tmp_reg = ctx->regs[bb->end][0]; in ir_emit_dessa_moves()
903 ir_reg tmp_fp_reg = ctx->regs[bb->end][1]; in ir_emit_dessa_moves()
905 IR_ASSERT(bb->successors_count == 1); in ir_emit_dessa_moves()
906 succ = ctx->cfg_edges[bb->successors]; in ir_emit_dessa_moves()
962 ir_block *bb; in ir_match() local
978 for (b = ctx->cfg_blocks_count, bb = ctx->cfg_blocks + b; b > 0; b--, bb--) { in ir_match()
980 start = bb->start; in ir_match()
990 ref = bb->end; in ir_match()
991 if (bb->successors_count == 1) { in ir_match()
998 bb->flags |= IR_BB_EMPTY; in ir_match()
[all …]
H A Dir_save.c49 IR_ASSERT(bb->successors_count == 1); in ir_save_dessa_moves()
127 if (bb->dom_parent > 0) { in ir_save()
128 fprintf(f, ", idom=BB%d(%d)", bb->dom_parent, bb->dom_depth); in ir_save()
130 if (bb->loop_depth != 0) { in ir_save()
132 if (bb->loop_header > 0) { in ir_save()
133 fprintf(f, ", loop=HDR,BB%d(%d)", bb->loop_header, bb->loop_depth); in ir_save()
140 fprintf(f, ", loop=BB%d(%d)", bb->loop_header, bb->loop_depth); in ir_save()
143 if (bb->predecessors_count) { in ir_save()
146 fprintf(f, ", pred(%d)=[BB%d", bb->predecessors_count, ctx->cfg_edges[bb->predecessors]); in ir_save()
152 if (bb->successors_count) { in ir_save()
[all …]
H A Dir_dump.c218 if (bb->successors_count) { in ir_dump_cfg_block()
236 if (bb->dom_parent > 0) { in ir_dump_cfg_block()
240 if (bb->dom_child > 0) { in ir_dump_cfg_block()
241 int child = bb->dom_child; in ir_dump_cfg_block()
266 if (bb->loop_header > 0) { in ir_dump_cfg_block()
269 if (bb->loop_depth != 0) { in ir_dump_cfg_block()
483 ir_block *bb; in ir_dump_codegen() local
520 fprintf(f, ", idom=BB%d(%d)", bb->dom_parent, bb->dom_depth); in ir_dump_codegen()
525 fprintf(f, ", loop=HDR,BB%d(%d)", bb->loop_header, bb->loop_depth); in ir_dump_codegen()
532 fprintf(f, ", loop=BB%d(%d)", bb->loop_header, bb->loop_depth); in ir_dump_codegen()
[all …]
/php-src/Zend/
H A Dzend_strtod.c2536 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
2900 Bfree(bb);
3027 bb = d2b(&rv, &bbe, &bbbits); /* rv = bb * 2^bbe */
3094 bb1 = mult(bs, bb);
3095 Bfree(bb);
3096 bb = bb1;
3099 bb = lshift(bb, bb2);
3106 delta = diff(bb, bd);
3539 Bfree(bb);
3544 Bfree(bb);
/php-src/ext/fileinfo/
H A Dlibmagic.patch875 rv = file_ascmagic_with_encoding(ms, &bb,
3146 mlp->nmagic, &bb, 0, BINTEST, text, 0, indir_count,
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c222 struct buffer bb; in match() local
373 bb.fbuf), bb.flen, offset, in match()
454 switch (moffset(ms, m, &bb, in match()
1564 bb->fbuf, bb->flen, bb->elen, ms->offset, b->fbuf, in msetoffset()
1600 struct buffer bb; in mget() local
1896 bb = *b; in mget()
1897 bb.fbuf = s + offset; in mget()
1898 bb.flen = nbytes - offset; in mget()
1899 bb.ebuf = NULL; in mget()
1900 bb.elen = 0; in mget()
[all …]
H A Dbuffer.c66 buffer_fill(const struct buffer *bb) in buffer_fill() argument
68 struct buffer *b = CCAST(struct buffer *, bb); in buffer_fill()
H A Dascmagic.c76 struct buffer bb; in file_ascmagic() local
82 bb = *b; in file_ascmagic()
83 bb.flen = trim_nuls(CAST(const unsigned char *, b->fbuf), b->flen); in file_ascmagic()
88 if ((bb.flen & 1) && !(b->flen & 1)) in file_ascmagic()
89 bb.flen++; in file_ascmagic()
92 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime, in file_ascmagic()
96 rv = file_ascmagic_with_encoding(ms, &bb, in file_ascmagic()
109 struct buffer bb; in file_ascmagic_with_encoding() local
155 buffer_init(&bb, b->fd, &b->st, utf8_buf, in file_ascmagic_with_encoding()
158 if ((rv = file_softmagic(ms, &bb, NULL, NULL, in file_ascmagic_with_encoding()
[all …]
/php-src/Zend/Optimizer/
H A Dblock_pass.c1618 zend_basic_block *b, *bb; in zend_merge_blocks() local
1633 for (bb = prev + 1; bb != b; bb++) { in zend_merge_blocks()
1634 zend_op *op = op_array->opcodes + bb->start; in zend_merge_blocks()
1635 zend_op *end = op + bb->len; in zend_merge_blocks()
1647 bb->len = 0; in zend_merge_blocks()
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_012.phpt11 $b =! $a = $a + $b & $b & $bb = $a = $a + $b & $a;
H A Dassign_038.phpt14 $a = $b = "bb";
18 string(2) "bb"
19 string(2) "bb"
/php-src/ext/hash/
H A Dhash_ripemd.c232 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
239 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
246 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
253 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD128Transform()
324 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
332 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
334 tmp = b; b = bb; bb = tmp; in RIPEMD256Transform()
340 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
348 aa = dd; dd = cc; cc = bb; bb = tmp; in RIPEMD256Transform()
423 aa = ee; ee = dd; dd = ROL(10, cc); cc = bb; bb = tmp; in RIPEMD160Transform()
[all …]
/php-src/ext/mysqli/tests/
H A Dbug48909.phpt24 if (!$stmt->bind_param("bb",$bvar, $bvar))
/php-src/ext/standard/tests/strings/
H A Dstrtoupper1.phpt244 bb => bb
H A Dhtml_entity_decode_iso8859-5.phpt199 CYRILLIC CAPITAL LETTER EL: &#x41B; => bb

Completed in 263 milliseconds

123