Lines Matching defs:writes
1286 Writes and atomics do not accept SGPR. */
1411 Writes and atomics do not accept SGPR. */
4889 HARD_REG_SET writes;
4926 /* VALU writes SGPR followed by VMEM reading the same SGPR
4932 HARD_REG_SET regs = prev_insn->writes & ireads;
4944 (prev_insn->writes,
4949 (prev_insn->writes,
4954 /* VALU writes SGPR/VCC followed by v_{read,write}lane using
4960 HARD_REG_SET regs = prev_insn->writes & ireads;
4968 /* VALU writes VGPR followed by VALU_DPP reading that VGPR
4974 HARD_REG_SET regs = prev_insn->writes & ireads;
4993 /* Age the previous instructions. We can also ignore writes to
5008 prev_insn->writes &= ~written;
5015 back[oldest].writes = iwrites;