Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_NOPs.cpp162 std::bitset<128> sgprs_read_by_VMEM_store; member
178 sgprs_read_by_VMEM_store |= other.sgprs_read_by_VMEM_store; in join()
190 sgprs_read_by_VMEM_store == other.sgprs_read_by_VMEM_store && in operator ==()
665 instr->definitions.empty() ? ctx.sgprs_read_by_VMEM_store : ctx.sgprs_read_by_VMEM);
677 ctx.sgprs_read_by_VMEM_store.reset();
683 check_written_regs(instr, ctx.sgprs_read_by_VMEM_store)) {
686 ctx.sgprs_read_by_VMEM_store.reset();
699 ctx.sgprs_read_by_VMEM_store
[all...]

Completed in 2 milliseconds