Searched refs:instr_idx (Results 1 – 3 of 3) sorted by relevance
145 Idx instr_idx = ctx.instr_idx_by_regs[ctx.current_block->index][physReg.reg()]; in last_writer_idx() local151 [instr_idx](Idx i) { return i == instr_idx; }); in last_writer_idx()153 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
365 int instr_idx = 0; in add_coupling_code() local367 while (instr_idx < info.num_exec_masks - 1) { in add_coupling_code()368 aco_ptr<Instruction>& phi = header->instructions[instr_idx]; in add_coupling_code()371 phi->operands[i] = get_exec_op(ctx.info[header_preds[i]].exec[instr_idx].first); in add_coupling_code()372 instr_idx++; in add_coupling_code()377 aco_ptr<Instruction>& phi = header->instructions[instr_idx++]; in add_coupling_code()385 aco_ptr<Instruction>& phi = header->instructions[instr_idx]; in add_coupling_code()
2017 for (size_t instr_idx = 0; instr_idx < block->instructions.size(); instr_idx++) { in lower_to_hw_instr() local2018 aco_ptr<Instruction>& instr = block->instructions[instr_idx]; in lower_to_hw_instr()2097 if ((block->instructions.size() - 1 - instr_idx) <= 4 && in lower_to_hw_instr()2103 for (unsigned k = instr_idx + 1; k < block->instructions.size(); ++k) { in lower_to_hw_instr()