Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A DMakefile.frag13 $(builddir)/jit/ir/ir_fold_hash.h: $(builddir)/jit/ir/gen_ir_fold_hash $(srcdir)/jit/ir/ir_fold.h $…
14 …$(builddir)/jit/ir/gen_ir_fold_hash < $(srcdir)/jit/ir/ir_fold.h > $(builddir)/jit/ir/ir_fold_hash…
H A DMakefile.frag.w3213 ext\opcache\jit\ir\ir_fold_hash.h: $(BUILD_DIR)\\gen_ir_fold_hash.exe ext\opcache\jit\ir\ir_fold.h …
15 …$(BUILD_DIR)\\gen_ir_fold_hash.exe < ext\opcache\jit\ir\ir_fold.h > ext\opcache\jit\ir\ir_fold_has…
31 ext\opcache\jit\ir\ir_fold.h \
/php-src/ext/opcache/jit/ir/
H A Dir.c1027 ir_ref ir_fold(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) function
1040 return ir_fold(ctx, opt, IR_UNUSED, IR_UNUSED, IR_UNUSED);
1045 return ir_fold(ctx, opt, op1, IR_UNUSED, IR_UNUSED);
1050 return ir_fold(ctx, opt, op1, op2, IR_UNUSED);
1055 return ir_fold(ctx, opt, op1, op2, op3);
H A Dir.h735 ir_ref ir_fold(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3);

Completed in 21 milliseconds