Searched refs:reg0_use_count (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c145 if (instr->reg0_use_count) {
154 instr->reg0_use_count++;
160 instr->reg0_use_count--;
161 if (!instr->reg0_use_count)
H A Dgpir.h278 int reg0_use_count; member in struct:__anonaa794bbb1008
H A Dcodegen.c434 if (!instr->reg0_use_count)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c195 if (instr->reg0_use_count) {
204 instr->reg0_use_count++;
210 instr->reg0_use_count--;
211 if (!instr->reg0_use_count)
H A Dgpir.h317 int reg0_use_count; member in struct:gpir_instr
H A Dcodegen.c460 if (!instr->reg0_use_count)
H A Dscheduler.c861 if (instr->reg0_use_count == 0)

Completed in 9 milliseconds