Searched refs:inst_idx (Results 1 – 1 of 1) sorted by relevance
110 int inst_idx; /* Instruction id that label points to */ member542 int inst_idx = 0; in etna_compile_pass_check_usage() local589 reg_desc->first_use = inst_idx; in etna_compile_pass_check_usage()591 reg_desc->last_use = inst_idx; in etna_compile_pass_check_usage()600 reg_desc->first_use = inst_idx; in etna_compile_pass_check_usage()602 reg_desc->last_use = inst_idx; in etna_compile_pass_check_usage()609 inst_idx += 1; in etna_compile_pass_check_usage()664 int inst_idx = 0; in etna_compile_pass_optimize_outputs() local701 c->file[TGSI_FILE_TEMPORARY].reg[in_idx].last_use == inst_idx) { in etna_compile_pass_optimize_outputs()707 c->dead_inst[inst_idx] = true; in etna_compile_pass_optimize_outputs()[all …]