Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_emit.c920 ir_reg src = ir_get_alocated_reg(ctx, ref, k); in ir_emit_dessa_moves()
H A Dir_private.h1337 IR_ALWAYS_INLINE int8_t ir_get_alocated_reg(const ir_ctx *ctx, ir_ref ref, int op_num) in ir_get_alocated_reg() function
H A Dir_ra.c4004 … && (old_reg = ir_get_alocated_reg(ctx, -use_pos->hint_ref, use_pos->op_num)) != IR_REG_NONE) { in assign_regs()
4027 … && (old_reg = ir_get_alocated_reg(ctx, -use_pos->hint_ref, use_pos->op_num)) != IR_REG_NONE) { in assign_regs()
H A Dir_aarch64.dasc4711 src_reg = ir_get_alocated_reg(ctx, def, j);
4777 src_reg = ir_get_alocated_reg(ctx, def, j);
H A Dir_x86.dasc8573 src_reg = ir_get_alocated_reg(ctx, def, j);
8641 src_reg = ir_get_alocated_reg(ctx, def, j);

Completed in 51 milliseconds