Lines Matching defs:DS_WRITE
76 DS_WRITE = 1u << 9,
79 DS_READ | DS_WRITE | TRANS,
1908 // Whether the MI is a V_PERM and is a predecessor of a common DS_WRITE
1918 // Does the VALU have a DS_WRITE successor
1933 // Does the VALU have a DS_WRITE successor that is the same as other
2051 // Does the previous DS_WRITE share a V_PERM predecessor with this
2214 // Schedule VPerm & DS_WRITE as closely as possible to the VMEM_READ they
2223 SchedGroupMask::DS_WRITE, 1, PipelineSyncID, DAG, TII);
2251 // Schedule DS_WRITE as closely as possible to the VMEM_READ they depend on.
2255 SchedGroupMask::DS_WRITE, 1, PipelineSyncID, DAG, TII);
2269 // ultimately used by two DS_WRITE
2270 // Schedule VPerm & DS_WRITE as closely as possible to the VMEM_READ they
2280 SchedGroupMask::DS_WRITE, 1, PipelineSyncID, DAG, TII);
2294 SchedGroupMask::DS_WRITE, 1, PipelineSyncID, DAG, TII);
2450 else if (((SGMask & SchedGroupMask::DS_WRITE) != SchedGroupMask::NONE) &&
2656 // DS implies DS_READ, DS_WRITE.
2658 InvertedMask &= ~SchedGroupMask::DS_READ & ~SchedGroupMask::DS_WRITE;
2659 // DS_READ, DS_WRITE implies DS.
2661 (InvertedMask & SchedGroupMask::DS_WRITE) == SchedGroupMask::NONE)