Lines Matching refs:getSUnit
260 for (auto &SP : S.getSUnit()->Preds) in resetEdges()
261 if (SP.getSUnit() == &SU) in resetEdges()
262 S.getSUnit()->removePred(SP); in resetEdges()
524 Succ->Preds, [&Pred](SDep &P) { return P.getSUnit() == Pred; }); in removeEdges()
955 SUnit *SuccUnit = Succ.getSUnit(); in apply()
971 return ThisSucc.getSUnit() == Elt; in apply()
1003 return Succ.getSUnit() == SU; in apply()
1077 if (Pred.getSUnit()->getInstr()->getOpcode() == in apply()
1079 Cache->push_back(Pred.getSUnit()); in apply()
1139 if (Pred.getSUnit()->getInstr()->getOpcode() == in applyIGLPStrategy()
1166 if (Pred.getSUnit()->getInstr()->getOpcode() != AMDGPU::V_PERM_B32_e64) in applyIGLPStrategy()
1172 for (auto &Succ : Pred.getSUnit()->Succs) { in applyIGLPStrategy()
1173 auto MI = Succ.getSUnit()->getInstr(); in applyIGLPStrategy()