Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:SUI

134     // isLegalToPacketizeTogether - Is it legal to packetize SUI and SUJ
136 bool isLegalToPacketizeTogether(SUnit *SUI, SUnit *SUJ);
138 // isLegalToPruneDependencies - Is it legal to prune dependece between SUI
140 bool isLegalToPruneDependencies(SUnit *SUI, SUnit *SUJ);
995 // SUI is the current instruction that is out side of the current packet.
997 // SUI will be packetized.
998 bool HexagonPacketizerList::isLegalToPacketizeTogether(SUnit *SUI, SUnit *SUJ) {
999 MachineInstr *I = SUI->getInstr();
1141 if (SUJ->isSucc(SUI)) {
1146 if (SUJ->Succs[i].getSUnit() != SUI) {
1323 bool HexagonPacketizerList::isLegalToPruneDependencies(SUnit *SUI, SUnit *SUJ) {
1324 MachineInstr *I = SUI->getInstr();