Lines Matching defs:DS_WRITE
77 DS_WRITE = 1u << 9,
80 DS_READ | DS_WRITE | TRANS,
1889 // Whether the MI is a V_PERM and is a predecessor of a common DS_WRITE
1899 // Does the VALU have a DS_WRITE successor
1914 // Does the VALU have a DS_WRITE successor that is the same as other
2036 // Does the previous DS_WRITE share a V_PERM predecessor with this
2199 // Schedule VPerm & DS_WRITE as closely as possible to the VMEM_READ they
2208 SchedGroupMask::DS_WRITE, 1, PipelineSyncID, DAG, TII);
2236 // Schedule DS_WRITE as closely as possible to the VMEM_READ they depend on.
2240 SchedGroupMask::DS_WRITE, 1, PipelineSyncID, DAG, TII);
2254 // ultimately used by two DS_WRITE
2255 // Schedule VPerm & DS_WRITE as closely as possible to the VMEM_READ they
2265 SchedGroupMask::DS_WRITE, 1, PipelineSyncID, DAG, TII);
2279 SchedGroupMask::DS_WRITE, 1, PipelineSyncID, DAG, TII);
2433 else if (((SGMask & SchedGroupMask::DS_WRITE) != SchedGroupMask::NONE) &&
2641 // DS implies DS_READ, DS_WRITE.
2643 InvertedMask &= ~SchedGroupMask::DS_READ & ~SchedGroupMask::DS_WRITE;
2644 // DS_READ, DS_WRITE implies DS.
2646 (InvertedMask & SchedGroupMask::DS_WRITE) == SchedGroupMask::NONE)