Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/ext/opcache/
H A Dconfig.w3254 "ir_emit.c", "opcache", "ext\\opcache\\jit\\ir");
H A Dconfig.m453 jit/ir/ir_patch.c jit/ir/ir_emit.c"
/PHP-8.2/ext/opcache/jit/ir/
H A Dir.c790 ir_ref ir_emit(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_emit() function
805 return ir_emit(ctx, opt, IR_UNUSED, IR_UNUSED, IR_UNUSED); in ir_emit0()
810 return ir_emit(ctx, opt, op1, IR_UNUSED, IR_UNUSED); in ir_emit1()
815 return ir_emit(ctx, opt, op1, op2, IR_UNUSED); in ir_emit2()
820 return ir_emit(ctx, opt, op1, op2, op3); in ir_emit3()
972 ref = ir_emit(ctx, opt, op1, op2, op3); in ir_folding()
990 return ir_emit(ctx, opt, op1, op2, op3); in ir_folding()
1021 return ir_emit(ctx, opt, op1, op2, op3); in ir_fold()
1085 return ir_emit(ctx, IR_OPT(IR_PARAM, type), region, ir_str(ctx, name), pos); in ir_param()
1090 return ir_emit(ctx, IR_OPT(IR_VAR, type), region, ir_str(ctx, name), IR_UNUSED); in ir_var()
H A Dir.h670 ir_ref ir_emit(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3);

Completed in 38 milliseconds