Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c98 int first_use; /* instruction id of first use (scope begin) */ member
268 sorted[ptr].key = regs[idx].first_use; in sort_registers()
274 sorted[ptr].key = -regs[idx].first_use; in sort_registers()
339 if (mode_inputs ? (inout->last_use <= temp->first_use) in assign_inouts_to_temporaries()
340 : (inout->first_use >= temp->last_use)) { in assign_inouts_to_temporaries()
539 c->decl[idx].first_use = c->decl[idx].last_use = -1; in etna_compile_pass_check_usage()
588 if (reg_desc->first_use == -1) in etna_compile_pass_check_usage()
589 reg_desc->first_use = inst_idx; in etna_compile_pass_check_usage()
599 if (reg_desc->first_use == -1) in etna_compile_pass_check_usage()
600 reg_desc->first_use = inst_idx; in etna_compile_pass_check_usage()
[all …]