Home
last modified time | relevance | path

Searched refs:GPIR_PHYSICAL_REG_NUM (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c241 return info->num_conflicts < GPIR_PHYSICAL_REG_NUM; in can_simplify()
314 unsigned start = i % GPIR_PHYSICAL_REG_NUM; in do_regalloc()
315 for (unsigned j = 0; j < GPIR_PHYSICAL_REG_NUM; j++) { in do_regalloc()
316 unsigned candidate = (j + start) % GPIR_PHYSICAL_REG_NUM; in do_regalloc()
387 gpir_node *last_written[GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM];
388 gpir_node *complex1_last_written[GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM];
389 gpir_node *live[GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM];
398 if (ctx->alloc_start == GPIR_PHYSICAL_REG_NUM + GPIR_VALUE_REG_NUM) in find_free_value_reg()
403 reg_base < GPIR_PHYSICAL_REG_NUM + GPIR_VALUE_REG_NUM; in find_free_value_reg()
405 unsigned cur_reg = (reg_base + reg_offset) % (GPIR_PHYSICAL_REG_NUM in find_free_value_reg()
[all...]
H A Dgpir.h434 #define GPIR_PHYSICAL_REG_NUM 64 macro
H A Dscheduler.c225 struct list_head physreg_reads[GPIR_PHYSICAL_REG_NUM];
1589 for (unsigned i = 0; i < GPIR_PHYSICAL_REG_NUM; i++) { in schedule_block()

Completed in 8 milliseconds