Home
last modified time | relevance | path

Searched refs:fused_regs (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_emit.c358 if (ctx->fused_regs) { in ir_get_fused_reg()
365 val = ir_strtab_find(ctx->fused_regs, key, 8); in ir_get_fused_reg()
H A Dir_ra.c3858 if (!ctx->fused_regs) { in ir_set_fused_reg()
3859 ctx->fused_regs = ir_mem_malloc(sizeof(ir_strtab)); in ir_set_fused_reg()
3860 ir_strtab_init(ctx->fused_regs, 8, 128); in ir_set_fused_reg()
3864 ir_strtab_lookup(ctx->fused_regs, key, 8, 0x10000000 | reg); in ir_set_fused_reg()
H A Dir.h610 ir_strtab *fused_regs; member
H A Dir.c442 if (ctx->fused_regs) {
443 ir_strtab_free(ctx->fused_regs);
444 ir_mem_free(ctx->fused_regs);

Completed in 31 milliseconds