Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_ra.c773 } else if (def_flags & IR_DEF_CONFLICTS_WITH_INPUT_REGS) { in ir_compute_live_ranges()
1388 if (def_flags & IR_DEF_CONFLICTS_WITH_INPUT_REGS) { in ir_compute_live_ranges()
1393 } else if (def_flags & IR_DEF_CONFLICTS_WITH_INPUT_REGS) { in ir_compute_live_ranges()
1447 if (def_flags & IR_DEF_CONFLICTS_WITH_INPUT_REGS) { in ir_compute_live_ranges()
H A Dir_private.h1166 #define IR_DEF_CONFLICTS_WITH_INPUT_REGS (1<<3) macro
H A Dir_aarch64.dasc425 flags |= IR_DEF_CONFLICTS_WITH_INPUT_REGS;
435 flags = IR_DEF_CONFLICTS_WITH_INPUT_REGS | IR_USE_MUST_BE_IN_REG | IR_OP1_MUST_BE_IN_REG;
H A Dir_x86.dasc1166 …flags = IR_DEF_REUSES_OP1_REG | IR_DEF_CONFLICTS_WITH_INPUT_REGS | IR_USE_MUST_BE_IN_REG | IR_OP1_…
1418 flags = IR_DEF_CONFLICTS_WITH_INPUT_REGS | IR_USE_MUST_BE_IN_REG | IR_OP1_MUST_BE_IN_REG;
1461 flags = IR_DEF_CONFLICTS_WITH_INPUT_REGS | IR_USE_MUST_BE_IN_REG | IR_OP1_MUST_BE_IN_REG;

Completed in 41 milliseconds