Lines Matching defs:TRANS
78 TRANS = 1u << 10,
80 DS_READ | DS_WRITE | TRANS,
911 // The count of TRANS SUs involved in the interleaved pipeline
917 // The number of transitive MFMA successors for each TRANS SU
919 // The number of transitive TRANS predecessors for each MFMA SU
927 // Whether or not there are instructions between the TRANS instruction and
970 /// \p Number th MFMA of the MFMAs occuring after a TRANS instruction
1310 // Whether the instruction occurs after the first TRANS instruction. This
1311 // implies the instruction can not be a predecessor of the first TRANS
1661 SchedGroupMask::TRANS, ExpRequirement, PipelineSyncID, DAG, TII);
1707 SchedGroupMask::TRANS, 1, PipelineSyncID, DAG, TII);
1724 SchedGroupMask::TRANS, 1, PipelineSyncID, DAG, TII);
1830 SchedGroupMask::TRANS, 1, PipelineSyncID, DAG, TII);
2437 else if (((SGMask & SchedGroupMask::TRANS) != SchedGroupMask::NONE) &&
2622 // ALU implies VALU, SALU, MFMA, TRANS.
2625 ~SchedGroupMask::MFMA & ~SchedGroupMask::TRANS;
2626 // VALU, SALU, MFMA, TRANS implies ALU.
2630 (InvertedMask & SchedGroupMask::TRANS) == SchedGroupMask::NONE)