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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_exec_mask.cpp521 std::vector<unsigned>& header_preds = header->linear_preds; local in function:aco::__anon045cfe6e0110::add_coupling_code
528 phi->operands[i] = get_exec_op(ctx.info[header_preds[i]].exec[instr_idx].first);
538 get_exec_op(ctx.info[header_preds[i]].exec[info.num_exec_masks - 1].first);
546 get_exec_op(ctx.info[header_preds[i]].exec[info.num_exec_masks].first);
554 uint8_t type = ctx.info[header_preds[0]].exec[exec_idx].second;

Completed in 3 milliseconds