Home
last modified time | relevance | path

Searched refs:IR_SAVE_REGS (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_save.c169 if (save_flags & IR_SAVE_REGS) { in ir_save()
187 if (save_flags & IR_SAVE_REGS) { in ir_save()
226 if (save_flags & IR_SAVE_REGS) { in ir_save()
345 if ((save_flags & (IR_SAVE_CFG|IR_SAVE_REGS)) == (IR_SAVE_CFG|IR_SAVE_REGS) in ir_save()
H A Dir.h858 #define IR_SAVE_REGS (1<<4) /* add info about selected registers */ macro
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2820 ir_save(ctx, IR_SAVE_CFG|IR_SAVE_RULES|IR_SAVE_REGS, stderr); in zend_jit_ir_compile()
2832 ir_save(ctx, IR_SAVE_CFG|IR_SAVE_RULES|IR_SAVE_REGS, stderr); in zend_jit_ir_compile()

Completed in 58 milliseconds