Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp164 std::bitset<128> sgprs_read_by_SMEM; member
179 sgprs_read_by_SMEM |= other.sgprs_read_by_SMEM; in join()
191 sgprs_read_by_SMEM == other.sgprs_read_by_SMEM; in operator ==()
751 mark_read_regs(instr, ctx.sgprs_read_by_SMEM);
754 if (check_written_regs(instr, ctx.sgprs_read_by_SMEM)) {
755 ctx.sgprs_read_by_SMEM.reset();
767 ctx.sgprs_read_by_SMEM.reset();
773 ctx.sgprs_read_by_SMEM
[all...]

Completed in 2 milliseconds