Home
last modified time | relevance | path

Searched refs:ir_op_name (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/opcache/jit/ir/
H A Dir_dump.c18 fprintf(f, "%05d %s %s(", i, ir_op_name[insn->op], ir_type_name[insn->type]); in ir_dump()
25 fprintf(f, "%05d %s", i, ir_op_name[insn->op]); in ir_dump()
77 …bel=\"%d: %s\",shape=box,style=\"rounded,filled\",fillcolor=red];}\n", i, i, ir_op_name[insn->op]); in ir_dump_dot()
79 …bel=\"%d: %s\",shape=box,style=\"rounded,filled\",fillcolor=red];}\n", i, i, ir_op_name[insn->op]); in ir_dump_dot()
81 …bel=\"%d: %s\",shape=box,style=\"rounded,filled\",fillcolor=red];}\n", i, i, ir_op_name[insn->op]); in ir_dump_dot()
83 …, "\tn%d [label=\"%d: %s\",shape=box,style=filled,fillcolor=pink];\n", i, i, ir_op_name[insn->op]); in ir_dump_dot()
85 …%d [label=\"%d: %s\",shape=box,style=filled,fillcolor=lightcoral];\n", i, i, ir_op_name[insn->op]); in ir_dump_dot()
90 fprintf(f, "\tn%d [label=\"%d: %s\"", i, i, ir_op_name[insn->op]); in ir_dump_dot()
95 i, i, ir_op_name[insn->op], ir_type_name[insn->type], ir_get_str(ctx, insn->op2)); in ir_dump_dot()
526 fprintf(f, "%s", ir_op_name[insn->op]); in ir_dump_codegen()
[all …]
H A Dir_check.c281 i, ir_op_name[ctx->ir_base[insn->op2].op]); in ir_check()
338 i, ir_op_name[insn->op], use_list->count); in ir_check()
369 i, ir_op_name[insn->op], count); in ir_check()
H A Dir_save.c80 fprintf(f, "%s", ir_op_name[insn->op]); in ir_save()
H A Dir_private.h767 extern const char *ir_op_name[IR_LAST_OP];
H A Dir.c71 const char *ir_op_name[IR_LAST_OP] = { variable

Completed in 24 milliseconds