Home
last modified time | relevance | path

Searched refs:regalloc_index (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dliveness.c38 unsigned int regalloc_index = s->reg->regalloc_index; in ppir_liveness_propagate() local
40 dest[regalloc_index].reg = src[regalloc_index].reg; in ppir_liveness_propagate()
41 dest[regalloc_index].mask |= src[regalloc_index].mask; in ppir_liveness_propagate()
42 _mesa_set_add(dest_set, &dest[regalloc_index]); in ppir_liveness_propagate()
61 unsigned int regalloc_index = s->reg->regalloc_index; in ppir_liveness_set_clone() local
62 dest[regalloc_index].reg = src[regalloc_index].reg; in ppir_liveness_set_clone()
63 dest[regalloc_index].mask = src[regalloc_index].mask; in ppir_liveness_set_clone()
64 _mesa_set_add(dest_set, &dest[regalloc_index]); in ppir_liveness_set_clone()
76 unsigned int regalloc_index = k1->reg->regalloc_index; in ppir_liveness_set_equal() local
78 struct set_entry *entry2 = _mesa_set_search(set2, &l2[regalloc_index]); in ppir_liveness_set_equal()
[all …]
Dregalloc.c488 spill_costs[reg->regalloc_index] = 0.0f; in ppir_regalloc_choose_spill_node()
495 spill_costs[reg->regalloc_index] = spill_cost; in ppir_regalloc_choose_spill_node()
513 spill_costs[reg->regalloc_index] *= slot_scale; in ppir_regalloc_choose_spill_node()
529 spill_costs[reg->regalloc_index] *= slot_scale; in ppir_regalloc_choose_spill_node()
562 reg->regalloc_index = idx++; in ppir_regalloc_reset_liveness_info()
634 ra_add_node_interference(g, r1->reg->regalloc_index, in ppir_all_interference()
635 r2->reg->regalloc_index); in ppir_all_interference()
686 chosen->regalloc_index, list_length(&comp->reg_list), in ppir_regalloc_prog_try()
Dppir.h185 int regalloc_index; member