Searched refs:addr_ref (Results 1 – 3 of 3) sorted by relevance
1556 if (!IR_IS_CONST_REF(addr_ref)) {1557 uint32_t rule = ctx->rules[addr_ref];1560 ctx->rules[addr_ref] = rule = ir_match_insn(ctx, addr_ref);1570 use_list = &ctx->use_lists[addr_ref];1679 ir_ref addr_ref = ctx->ir_base[ref].op2;1680 ir_insn *addr_insn = &ctx->ir_base[addr_ref];1682 if (IR_IS_CONST_REF(addr_ref)) {1689 ir_match_fuse_addr(ctx, addr_ref);1704 ir_ref addr_ref = ctx->ir_base[ref].op2;1707 if (IR_IS_CONST_REF(addr_ref)) {[all …]
668 static void ir_match_fuse_addr(ir_ctx *ctx, ir_ref addr_ref, ir_type type)670 if (!IR_IS_CONST_REF(addr_ref)) {671 ir_insn *addr_insn = &ctx->ir_base[addr_ref];678 ir_use_list *use_list = &ctx->use_lists[addr_ref];687 if (insn->op != IR_LOAD && (insn->op != IR_STORE || insn->op3 == addr_ref)) {693 ctx->rules[addr_ref] = IR_FUSED | IR_SIMPLE | addr_insn->op;
1259 static ir_ref jit_if_COLLECTABLE_ref(zend_jit_ctx *jit, ir_ref addr_ref) in jit_if_COLLECTABLE_ref() argument1261 return ir_IF(ir_AND_U8(jit_Z_TYPE_FLAGS_ref(jit, addr_ref), ir_CONST_U8(IS_TYPE_COLLECTABLE))); in jit_if_COLLECTABLE_ref()
Completed in 71 milliseconds