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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp136 emit_mbcnt(isel_context* ctx, Temp dst, Operand mask = Operand(), Operand base = Operand::zero()) function in namespace:aco::__anon562fcc110110
4638 Temp tid_in_wave = emit_mbcnt(ctx, bld.tmp(v1));
7515 Temp lane_id = emit_mbcnt(ctx, bld.tmp(v1));
7571 Temp mbcnt = emit_mbcnt(ctx, bld.tmp(v1), Operand(tmp));
7751 packed_tid = emit_mbcnt(ctx, bld.tmp(v1), Operand(exec, bld.lm), Operand::c32(1u));
7753 packed_tid = emit_mbcnt(ctx, bld.tmp(v1), Operand(exec, bld.lm));
8197 Temp id = emit_mbcnt(ctx, bld.tmp(v1));
8235 emit_mbcnt(ctx, get_ssa_temp(ctx, &instr->dest.ssa));
8627 Temp wqm_tmp = emit_mbcnt(ctx, bld.tmp(v1), Operand(src), Operand(add_src));
11181 Temp tid = emit_mbcnt(ct
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst4502 - aco: Clean up emit_mbcnt.
4503 - aco: Add base argument to emit_mbcnt.
H A D20.0.0.rst3408 - aco/wave32: Introduce emit_mbcnt which takes wave size into account.
H A D21.2.0.rst4455 - aco: fix emit_mbcnt() with a VGPR mask

Completed in 35 milliseconds