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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dregalloc.c417 spill_costs[reg->regalloc_index] = 0.0f;
424 spill_costs[reg->regalloc_index] = spill_cost;
442 spill_costs[reg->regalloc_index] *= slot_scale;
458 spill_costs[reg->regalloc_index] *= slot_scale;
491 reg->regalloc_index = idx++;
569 chosen->regalloc_index, comp->reg_num,
H A Dliveness.c85 unsigned int index = reg->regalloc_index;
146 unsigned int index = reg->regalloc_index;
H A Dppir.h185 int regalloc_index; member in struct:ppir_reg

Completed in 4 milliseconds