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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp113 Idx instr_idx = ctx.instr_idx_by_regs[ctx.current_block->index][physReg.reg()]; local in function:aco::__anon8dc067450110::last_writer_idx
119 [instr_idx](Idx i) { return i == instr_idx; });
121 return all_same ? instr_idx : written_by_multiple_instrs;
131 Idx instr_idx = ctx.instr_idx_by_regs[ctx.current_block->index][op.physReg().reg()]; local in function:aco::__anon8dc067450110::last_writer_idx
135 instr_idx = last_writer_idx(ctx, op.physReg(), op.regClass());
136 assert(instr_idx != written_by_multiple_instrs);
139 return instr_idx;
H A Daco_insert_exec_mask.cpp522 int instr_idx = 0; local in function:aco::__anon045cfe6e0110::add_coupling_code
524 while (instr_idx < info.num_exec_masks - 1) {
525 aco_ptr<Instruction>& phi = header->instructions[instr_idx];
528 phi->operands[i] = get_exec_op(ctx.info[header_preds[i]].exec[instr_idx].first);
529 instr_idx++;
534 aco_ptr<Instruction>& phi = header->instructions[instr_idx++];
542 aco_ptr<Instruction>& phi = header->instructions[instr_idx];
H A Daco_lower_to_hw_instr.cpp1921 for (size_t instr_idx = 0; instr_idx < block->instructions.size(); instr_idx++) { local in function:aco::lower_to_hw_instr
1922 aco_ptr<Instruction>& instr = block->instructions[instr_idx];
2001 if ((block->instructions.size() - 1 - instr_idx) <= 4 &&
2007 for (unsigned k = instr_idx + 1; k < block->instructions.size(); ++k) {

Completed in 49 milliseconds