Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c549 use_flags = IR_FUSED_USE | IR_USE_FLAGS(def_flags, j); in ir_add_fusion_ranges()
847 ir_add_use(ctx, ival, j, use_pos, reg, IR_USE_FLAGS(def_flags, j), hint_ref); in ir_compute_live_ranges()
1222 use_flags = IR_FUSED_USE | IR_USE_FLAGS(def_flags, j); in ir_add_fusion_ranges()
1467 ir_add_use(ctx, ival, j, use_pos, reg, IR_USE_FLAGS(def_flags, j), hint_ref); in ir_compute_live_ranges()
H A Dir_private.h1178 #define IR_USE_FLAGS(def_flags, op_num) (((def_flags) >> (6 + (IR_MIN((op_num), 3) * 2))) & 3) macro
H A Dir_aarch64.dasc5675 uint8_t use_flags = IR_USE_FLAGS(def_flags, j);
H A Dir_x86.dasc10092 uint8_t use_flags = IR_USE_FLAGS(def_flags, j);

Completed in 54 milliseconds