Home
last modified time | relevance | path

Searched refs:ir_emit (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/opcache/jit/
H A DMakefile.frag7 $(builddir)/jit/ir/ir_emit.lo: \
8 $(srcdir)/jit/ir/ir_emit.c $(builddir)/jit/ir/ir_emit_$(DASM_ARCH).h
H A DMakefile.frag.w3222 $(BUILD_DIR)\ext\opcache\jit\ir\ir_emit.obj: \
/php-src/ext/opcache/
H A Dconfig.w3254 "ir_emit.c", "opcache", "ext\\opcache\\jit\\ir");
H A Dconfig.m457 jit/ir/ir_patch.c jit/ir/ir_emit.c"
/php-src/ext/opcache/jit/ir/
H A Dir.c798 ir_ref ir_emit(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) function
813 return ir_emit(ctx, opt, IR_UNUSED, IR_UNUSED, IR_UNUSED);
818 return ir_emit(ctx, opt, op1, IR_UNUSED, IR_UNUSED);
823 return ir_emit(ctx, opt, op1, op2, IR_UNUSED);
828 return ir_emit(ctx, opt, op1, op2, op3);
984 ref = ir_emit(ctx, opt, op1, op2, op3);
1002 return ir_emit(ctx, opt, op1, op2, op3);
1033 return ir_emit(ctx, opt, op1, op2, op3);
1097 return ir_emit(ctx, IR_OPT(IR_PARAM, type), region, ir_str(ctx, name), pos);
1102 return ir_emit(ctx, IR_OPT(IR_VAR, type), region, ir_str(ctx, name), IR_UNUSED);
H A Dir.h698 ir_ref ir_emit(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3);
H A Dir_gcm.c381 clones[i].ref = clone = ir_emit(ctx, insn->optx, insn->op1, insn->op2, insn->op3); in ir_split_partially_dead_node()

Completed in 25 milliseconds