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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_exec_mask.cpp339 get_exec_op(Operand t) function in namespace:aco::__anon045cfe6e0110
360 get_exec_op(exec_mask));
460 phi->operands[0] = get_exec_op(ctx.info[preds[0]].exec[i].first);
471 phi->operands[0] = get_exec_op(ctx.info[preds[0]].exec[info.num_exec_masks - 1].first);
482 phi->operands[0] = get_exec_op(ctx.info[preds[0]].exec.back().first);
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);
573 phi->operands[i] = get_exec_op(ctx.info[preds[i]].exec[exec_idx].first);
602 if (get_exec_op(ct
[all...]

Completed in 2 milliseconds