Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_waitcnt.cpp363 /* Force emitting waitcnt states right after the instruction if there is in kill()
365 * waitcnt states are inserted before jumping to the PS epilog. in kill()
728 SOPP_instruction* waitcnt = in emit_waitcnt() local
730 waitcnt->imm = imm.pack(ctx.gfx_level); in emit_waitcnt()
731 waitcnt->block = -1; in emit_waitcnt()
732 instructions.emplace_back(waitcnt); in emit_waitcnt()
H A Daco_statistics.cpp143 case instr_class::waitcnt: in get_perf_info()
172 case instr_class::waitcnt: in get_perf_info()
392 /* This is inaccurate but shouldn't affect anything after waitcnt insertion. in add()
393 * Before waitcnt insertion, this is necessary to consider memory operations. in add()
H A Daco_ir.h128 waitcnt = 18, member in aco::instr_class

Completed in 6 milliseconds