Searched refs:GPIR_PHYSICAL_REG_NUM (Results 1 – 3 of 3) sorted by relevance
293 return info->phys_conflicts + info->node_conflicts < GPIR_PHYSICAL_REG_NUM; in can_simplify()299 return MIN2(info->phys_conflicts, GPIR_PHYSICAL_REG_NUM) + in can_simplify()300 info->node_conflicts < GPIR_PHYSICAL_REG_NUM + GPIR_VALUE_REG_NUM; in can_simplify()383 num_available_regs = GPIR_PHYSICAL_REG_NUM; in do_regalloc()385 num_available_regs = GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM; in do_regalloc()
433 #define GPIR_PHYSICAL_REG_NUM 64 macro
225 struct list_head physreg_reads[GPIR_PHYSICAL_REG_NUM];1589 for (unsigned i = 0; i < GPIR_PHYSICAL_REG_NUM; i++) { in schedule_block()1640 gpir_node *last_written[GPIR_VALUE_REG_NUM + GPIR_PHYSICAL_REG_NUM] = {0}; in schedule_build_dependency()