Home
last modified time | relevance | path

Searched refs:IR_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir.h508 #define IR_FUNCTION (1<<0) /* Generate a function. */ macro
H A Dir_aarch64.dasc925 if (ctx->flags & IR_FUNCTION) {
935 if (ctx->flags & IR_FUNCTION) {
4067 IR_ASSERT(ctx->flags & IR_FUNCTION);
4112 IR_ASSERT(ctx->flags & IR_FUNCTION);
5772 if ((ctx->flags2 & IR_16B_FRAME_ALIGNMENT) && !(ctx->flags & IR_FUNCTION)) {
5779 if (!(ctx->flags & IR_FUNCTION)) {
5880 if (ctx->flags & IR_FUNCTION) {
H A Dir_x86.dasc2339 if (ctx->flags & IR_FUNCTION) {
7840 IR_ASSERT(ctx->flags & IR_FUNCTION);
7894 IR_ASSERT(ctx->flags & IR_FUNCTION);
10190 if (!(ctx->flags & IR_FUNCTION)) {
10301 if (ctx->flags & IR_FUNCTION) {
H A Dir_ra.c4106 (ctx->flags & IR_FUNCTION) ? (ir_regset)ctx->fixed_regset : IR_REGSET_PRESERVED)); in assign_regs()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c238 _(undefined_offset, IR_FUNCTION | IR_FASTCALL_FUNC) \
239 _(undefined_key, IR_FUNCTION | IR_FASTCALL_FUNC) \
240 _(cannot_add_element, IR_FUNCTION | IR_FASTCALL_FUNC) \
241 _(assign_const, IR_FUNCTION | IR_FASTCALL_FUNC) \
242 _(assign_tmp, IR_FUNCTION | IR_FASTCALL_FUNC) \
243 _(assign_var, IR_FUNCTION | IR_FASTCALL_FUNC) \
244 _(assign_cv_noref, IR_FUNCTION | IR_FASTCALL_FUNC) \
245 _(assign_cv, IR_FUNCTION | IR_FASTCALL_FUNC) \
2670 if (!(flags & IR_FUNCTION)) { in zend_jit_init_ctx()
2673 jit->ctx.flags |= IR_FUNCTION; in zend_jit_init_ctx()
[all …]

Completed in 95 milliseconds