Searched refs:ir_proto_0 (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/opcache/jit/ir/ |
H A D | ir.h | 688 ir_ref ir_proto_0(ir_ctx *ctx, uint8_t flags, ir_type ret_type);
|
H A D | ir.c | 708 ir_ref ir_proto_0(ir_ctx *ctx, uint8_t flags, ir_type ret_type) function
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 70 ir_proto_0(_ir_CTX, IR_FASTCALL_FUNC, IR_I32)) 533 ir_ref proto = flags ? ir_proto_0(&jit->ctx, flags, IR_I32) : 0; in jit_CONST_FUNC() 586 insn->proto = flags ? ir_proto_0(&jit->ctx, flags, IR_I32) : 0; in jit_STUB_FUNC_ADDR()
|
Completed in 59 milliseconds