Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp152 std::bitset<128> sgprs_read_by_VMEM; member
162 sgprs_read_by_VMEM |= other.sgprs_read_by_VMEM; in join()
175 sgprs_read_by_VMEM == other.sgprs_read_by_VMEM && in operator ==()
600 mark_read_regs(instr, ctx.sgprs_read_by_VMEM); in handle_instruction_gfx10()
601 ctx.sgprs_read_by_VMEM.set(exec); in handle_instruction_gfx10()
603 ctx.sgprs_read_by_VMEM.set(exec_hi); in handle_instruction_gfx10()
610 ctx.sgprs_read_by_VMEM.reset(); in handle_instruction_gfx10()
615 ctx.sgprs_read_by_VMEM.reset(); in handle_instruction_gfx10()
619 if (check_written_regs(instr, ctx.sgprs_read_by_VMEM)) { in handle_instruction_gfx10()
620 ctx.sgprs_read_by_VMEM.reset(); in handle_instruction_gfx10()
[all …]