Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp163 std::bitset<128> sgprs_read_by_DS; member
177 sgprs_read_by_DS |= other.sgprs_read_by_DS; in join()
189 sgprs_read_by_DS == other.sgprs_read_by_DS && in operator ==()
667 mark_read_regs_exec(state, instr, ctx.sgprs_read_by_DS);
676 ctx.sgprs_read_by_DS.reset();
682 check_written_regs(instr, ctx.sgprs_read_by_DS) ||
685 ctx.sgprs_read_by_DS.reset();
698 ctx.sgprs_read_by_DS
[all...]

Completed in 2 milliseconds