Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp49 smem_write |= other.smem_write; in join()
70 smem_write == other.smem_write && in operator ==()
140 bool smem_write = false; member
292 if (!*NOPs & (ctx.smem_clause || ctx.smem_write)) { in handle_smem_clause_hazards()
295 …if (ctx.smem_write || instr->definitions.empty() || instr_info.is_atomic[(unsigned)instr->opcode])… in handle_smem_clause_hazards()
432 if ((ctx.smem_clause || ctx.smem_write) && (NOPs || instr->format != Format::SMEM)) { in handle_instruction_gfx6()
434 ctx.smem_write = false; in handle_instruction_gfx6()
444 ctx.smem_write = true; in handle_instruction_gfx6()