Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp48 smem_clause |= other.smem_clause; in join()
69 smem_clause == other.smem_clause && in operator ==()
139 bool smem_clause = false; member
292 if (!*NOPs & (ctx.smem_clause || ctx.smem_write)) { in handle_smem_clause_hazards()
432 if ((ctx.smem_clause || ctx.smem_write) && (NOPs || instr->format != Format::SMEM)) { in handle_instruction_gfx6()
433 ctx.smem_clause = false; in handle_instruction_gfx6()
446 ctx.smem_clause = true; in handle_instruction_gfx6()