Home
last modified time | relevance | path

Searched refs:IR_NULL (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c486 return IR_NULL; in jit_CONST_ADDR()
825 IR_NULL, in jit_EMALLOC()
845 IR_NULL, in jit_EFREE()
978 call = IR_NULL; in zend_jit_save_call_chain()
2061 IR_NULL, in zend_jit_invalid_this_stub()
2083 IR_NULL, in zend_jit_undefined_function_stub()
2506 IR_NULL, in zend_jit_cannot_add_element_stub()
9669 IR_NULL);
12536 arg2 = IR_NULL;
12897 arg2 = IR_NULL;
[all …]
H A Dzend_jit.c1007 ra[i].ref = IR_NULL; in zend_jit_allocate_registers()
1437 ZEND_ASSERT(ival->ref == IR_NULL); in zend_jit()
1443 ZEND_ASSERT(ival->ref != IR_NULL); in zend_jit()
H A Dzend_jit_trace.c2727 #define RA_IVAL_START(var, line) do {ra[var].ref = IR_NULL;} while (0)
2733 #define RA_REG_START(var, line) do {ra[var].ref = IR_NULL;} while (0)
4196 SET_STACK_REF_EX(stack, i, IR_NULL, ZREG_LOAD); in zend_jit_trace()
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c316 ir_hashtab_add(&hash, -use, IR_NULL); in ir_split_partially_dead_node()
835 _xlat[IR_NULL] = IR_NULL; in ir_schedule()
H A Dir.c391 ctx->ir_base[IR_NULL].optx = IR_OPT(IR_C_ADDR, IR_ADDR);
392 ctx->ir_base[IR_NULL].val.u64 = 0;
507 return IR_NULL;
635 return IR_NULL;
645 return IR_NULL;
H A Dir.h394 #define IR_NULL (-1) macro
H A Dir_ra.c2606 ret = IR_NULL; in ir_allocate_small_spill_slot()
H A Dir_x86.dasc9495 || if (insn->op3 == IR_NULL) {
9503 || if (insn->op3 == IR_NULL) {
9512 || if (insn->op3 == IR_NULL) {

Completed in 113 milliseconds