Home
last modified time | relevance | path

Searched refs:IR_UNUSED (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir.c813 return ir_emit(ctx, opt, IR_UNUSED, IR_UNUSED, IR_UNUSED);
818 return ir_emit(ctx, opt, op1, IR_UNUSED, IR_UNUSED);
860 return IR_UNUSED;
1040 return ir_fold(ctx, opt, IR_UNUSED, IR_UNUSED, IR_UNUSED);
1045 return ir_fold(ctx, opt, op1, IR_UNUSED, IR_UNUSED);
1073 *p = IR_UNUSED;
1273 *q = IR_UNUSED;
1296 *p = IR_UNUSED;
1800 off1 = IR_UNUSED;
1929 return IR_UNUSED;
[all …]
H A Dir_sccp.c166 new_copy = IR_UNUSED; in ir_sccp_meet_phi()
304 return IR_UNUSED; in ir_find1()
334 *p = IR_UNUSED; in ir_sccp_make_nop()
349 *p = IR_UNUSED; in ir_sccp_remove_insn()
372 *p = IR_UNUSED; in ir_sccp_remove_insn2()
399 *p = IR_UNUSED; in ir_sccp_replace_insn()
456 *p = IR_UNUSED; in ir_sccp_replace_insn2()
600 insn->op2 = IR_UNUSED; in ir_sccp_remove_if()
1472 insn->op3 = IR_UNUSED; in ir_optimize_phi()
1897 insn->op2 = IR_UNUSED; in ir_try_split_if()
[all …]
H A Dir_check.c13 IR_ASSERT(IR_UNUSED == 0); in ir_consistency_check()
97 for (i = IR_UNUSED + 1, insn = ctx->ir_base + i; i < ctx->insns_count;) { in ir_check()
107 if (use != IR_UNUSED) { in ir_check()
H A Dir_dump.c17 for (i = 1 - ctx->consts_count, insn = ctx->ir_base + i; i < IR_UNUSED; i++, insn++) { in ir_dump()
23 for (i = IR_UNUSED + 1, insn = ctx->ir_base + i; i < ctx->insns_count; i++, insn++) { in ir_dump()
66 for (i = 1 - ctx->consts_count, insn = ctx->ir_base + i; i < IR_UNUSED; i++, insn++) { in ir_dump_dot()
73 for (i = IR_UNUSED + 1, insn = ctx->ir_base + i; i < ctx->insns_count;) { in ir_dump_dot()
330 for (i = IR_UNUSED + 1; i < ctx->insns_count; i++) { in ir_dump_cfg_map()
487 for (i = IR_UNUSED + 1, insn = ctx->ir_base - i; i < ctx->consts_count; i++, insn--) { in ir_dump_codegen()
H A Dir_fold.h1435 op2 = IR_UNUSED; in IR_FOLD()
1446 op2 = IR_UNUSED; in IR_FOLD()
1469 op2 = IR_UNUSED; in IR_FOLD()
1569 op2 = IR_UNUSED; in IR_FOLD()
1810 op2 = IR_UNUSED; in IR_FOLD()
1829 op2 = IR_UNUSED; in IR_FOLD()
1848 op2 = IR_UNUSED; in IR_FOLD()
1876 op2 = IR_UNUSED; in IR_FOLD()
1906 op2 = IR_UNUSED; in IR_FOLD()
1920 op2 = IR_UNUSED; in IR_FOLD()
[all …]
H A Dir_save.c97 for (i = IR_UNUSED + 1, insn = ctx->ir_base - i; i < ctx->consts_count; i++, insn--) { in ir_save()
114 for (i = IR_UNUSED + 1, insn = ctx->ir_base + i; i < ctx->insns_count;) { in ir_save()
H A Dir_cfg.c150 next = IR_UNUSED; in ir_build_cfg()
158 IR_ASSERT(next != IR_UNUSED); in ir_build_cfg()
363 use_insn->op2 = IR_UNUSED; in ir_remove_merge_input()
364 use_insn->op3 = IR_UNUSED; in ir_remove_merge_input()
H A Dir.h393 #define IR_UNUSED 0 macro
400 #define IR_INSNS_LIMIT_MIN (IR_UNUSED + 1)
H A Dir_private.h675 return (i < a->size) ? a->refs[i] : IR_UNUSED; in ir_array_get()
1039 __insn->op1 = __insn->op2 = __insn->op3 = IR_UNUSED; \
H A Dir_gcm.c868 _xlat[IR_UNUSED] = IR_UNUSED; in ir_schedule()
H A Dir_x86.dasc3275 base_reg_ref = IR_UNUSED;
3279 index_reg_ref = IR_UNUSED;
3285 base_reg_ref = IR_UNUSED;
3297 base_reg_ref = IR_UNUSED;
3302 base_reg_ref = IR_UNUSED;
3318 base_reg_ref = IR_UNUSED;
3323 base_reg_ref = IR_UNUSED;
3337 base_reg_ref = IR_UNUSED;
3342 base_reg_ref = IR_UNUSED;
3354 base_reg_ref = IR_UNUSED;
[all …]
H A Dir_ra.c606 ctx->vars = IR_UNUSED; in ir_compute_live_ranges()
1260 ctx->vars = IR_UNUSED; in ir_compute_live_ranges()
3927 ir_ref prev_use_ref = IR_UNUSED; in assign_regs()
3952 prev_use_ref = IR_UNUSED; in assign_regs()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c3457 ir_ref true_path = IR_UNUSED, false_path = IR_UNUSED; in _zend_jit_merge_smart_branch_inputs()
7407 ir_ref ref, end_inputs = IR_UNUSED, true_inputs = IR_UNUSED, false_inputs = IR_UNUSED; in zend_jit_bool_jmpznz()
7710 ir_ref end_inputs = IR_UNUSED, true_inputs = IR_UNUSED, false_inputs = IR_UNUSED; in zend_jit_defined()
7861 ir_ref end1 = IR_UNUSED, ref1 = IR_UNUSED; in zend_jit_guard_fetch_result_type()
8013 ir_ref end_inputs = IR_UNUSED, true_inputs = IR_UNUSED, false_inputs = IR_UNUSED; in zend_jit_type_check()
8192 ir_ref end_inputs = IR_UNUSED, true_inputs = IR_UNUSED, false_inputs = IR_UNUSED; in zend_jit_isset_isempty_cv()
9672 ir_ref rx, func_ref = IR_UNUSED, if_user = IR_UNUSED, user_path = IR_UNUSED;
11091 ir_ref slow_inputs = IR_UNUSED, end_inputs = IR_UNUSED;
13550 ir_ref p_ref = IR_UNUSED, hash_path = IR_UNUSED;
13556 ir_ref key_ref = IR_UNUSED, if_key = IR_UNUSED, key_path = IR_UNUSED;
[all …]
H A Dzend_jit_internal.h450 (_stack)[_slot].ref = IR_UNUSED; \
H A Dzend_jit.c1099 ra[i].ref = IR_UNUSED; in zend_jit_allocate_registers()
1160 ra[i].ref = IR_UNUSED; in zend_jit_allocate_registers()
H A Dzend_jit_trace.c154 || STACK_REF(stack, stack_size-1) != IR_UNUSED in zend_jit_trace_get_exit_point()
2731 #define RA_IVAL_DEL(var) do {ra[var].ref = IR_UNUSED;} while (0)
2735 #define RA_REG_DEL(var) do {ra[var].ref = IR_UNUSED;} while (0)

Completed in 210 milliseconds