Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp136 emit_mbcnt(isel_context* ctx, Temp dst, Operand mask = Operand(), Operand base = Operand::zero()) in emit_mbcnt() function
5158 Temp tid_in_wave = emit_mbcnt(ctx, bld.tmp(v1));
7844 Temp lane_id = emit_mbcnt(ctx, bld.tmp(v1));
7900 Temp mbcnt = emit_mbcnt(ctx, bld.tmp(v1), Operand(tmp));
8079 packed_tid = emit_mbcnt(ctx, bld.tmp(v1), Operand(exec, bld.lm), Operand::c32(1u));
8081 packed_tid = emit_mbcnt(ctx, bld.tmp(v1), Operand(exec, bld.lm));
8551 Temp thread_id = emit_mbcnt(ctx, bld.tmp(v1));
8563 emit_mbcnt(ctx, get_ssa_temp(ctx, &instr->dest.ssa));
8567 Temp id = emit_mbcnt(ctx, bld.tmp(v1));
8605 emit_mbcnt(ct
[all...]

Completed in 10 milliseconds