Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp58 smem_write |= other.smem_write; in join()
77 smem_clause == other.smem_clause && smem_write == other.smem_write && in operator ==()
147 bool smem_write = false; member
334 if (!*NOPs & (ctx.smem_clause || ctx.smem_write)) { in handle_smem_clause_hazards()
337 if (ctx.smem_write || instr->definitions.empty() || in handle_smem_clause_hazards()
480 if ((ctx.smem_clause || ctx.smem_write) && (NOPs || instr->format != Format::SMEM)) { in handle_instruction_gfx6()
482 ctx.smem_write = false; in handle_instruction_gfx6()
492 ctx.smem_write in handle_instruction_gfx6()
[all...]

Completed in 2 milliseconds