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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dliveness.c95 bool live = BITSET_TEST(instr->live_set, index);
101 BITSET_SET(instr->live_set, index);
114 BITSET_SET(instr->live_set, index);
147 bool live = BITSET_TEST(instr->live_set, index);
159 BITSET_CLEAR(instr->live_set, index);
172 BITSET_CLEAR(instr->live_set, index);
199 temp_live_set, instr->live_set,
222 instr->live_set, next_instr->live_set,
229 instr->live_set, next_inst
[all...]
H A Dregalloc.c502 if (instr->live_set)
503 ralloc_free(instr->live_set);
504 instr->live_set = rzalloc_array(comp, BITSET_WORD, comp->reg_num);
548 BITSET_SET(instr->live_set, i);
550 ppir_all_interference(comp, g, instr->live_set);
H A Dppir.h324 BITSET_WORD *live_set; member in struct:ppir_instr

Completed in 5 milliseconds