Searched refs:cur_reg (Results 1 – 5 of 5) sorted by relevance
171 if (j < ctx->comp->cur_reg) in add_interference()176 if (i < ctx->comp->cur_reg) in add_interference()196 live_node + ctx->comp->cur_reg); in add_all_interferences()213 BITSET_FOREACH_SET(live_idx, live_reg, ctx->comp->cur_reg) { in print_liveness()253 add_all_interferences(ctx, node->index + ctx->comp->cur_reg, in calc_interference()291 if (i < ctx->comp->cur_reg) { in can_simplify()307 if (i < ctx->comp->cur_reg) in push_stack()310 gpir_debug("pushing %d\n", i - ctx->comp->cur_reg); in push_stack()317 if (i < ctx->comp->cur_reg) { in push_stack()338 for (int i = 0; i < ctx->comp->cur_reg + ctx->comp->cur_index; i++) { in do_regalloc()[all …]
181 BITSET_WORD *regs = rzalloc_array(comp, BITSET_WORD, comp->cur_reg); in dead_code_eliminate()
213 gpir_node **last_written = calloc(comp->cur_reg, sizeof(gpir_node *)); in add_false_dependencies()
414 int cur_reg; member
36 reg->index = comp->cur_reg++; in gpir_create_reg()