Lines Matching refs:getInstr
793 MachineInstr *MI = SU->getInstr(); in schedule()
943 const MachineInstr &MI = *SU.getInstr(); in collectVRegUses()
1134 << PrintLaneMask(P.LaneMask) << ' ' << *SU.getInstr(); in updatePressureDiffs()
1163 LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in updatePressureDiffs()
1168 << *SU->getInstr(); in updatePressureDiffs()
1179 if (EntrySU.getInstr() != nullptr) in dump()
1188 if (SchedModel.mustBeginGroup(SU.getInstr()) && in dump()
1189 SchedModel.mustEndGroup(SU.getInstr())) in dump()
1195 if (ExitSU.getInstr() != nullptr) in dump()
1362 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
1404 MachineInstr *MI = SU->getInstr(); in scheduleMI()
1578 if (TII->getMemOperandWithOffset(*SU->getInstr(), BaseOp, Offset, TRI)) in clusterNeighboringMemOps()
1621 if ((IsLoad && !SU.getInstr()->mayLoad()) || in apply()
1622 (!IsLoad && !SU.getInstr()->mayStore())) in apply()
1706 MachineInstr *Copy = CopySU->getInstr(); in constrainLocalCopy()
1842 if (!SU.getInstr()->isCopy()) in apply()
1905 RemIssueCount += SchedModel->getNumMicroOps(SU.getInstr(), SC) in init()
1979 unsigned uops = SchedModel->getNumMicroOps(SU->getInstr()); in checkHazard()
1982 << SchedModel->getNumMicroOps(SU->getInstr()) << '\n'); in checkHazard()
1987 ((isTop() && SchedModel->mustBeginGroup(SU->getInstr())) || in checkHazard()
1988 (!isTop() && SchedModel->mustEndGroup(SU->getInstr())))) { in checkHazard()
2066 assert(SU->getInstr() && "Scheduled SUnit must have instr"); in releaseNode()
2186 unsigned IncMOps = SchedModel->getNumMicroOps(SU->getInstr()); in bumpNode()
2297 if ((isTop() && SchedModel->mustEndGroup(SU->getInstr())) || in bumpNode()
2298 (!isTop() && SchedModel->mustBeginGroup(SU->getInstr()))) { in bumpNode()
2882 const MachineInstr *MI = SU->getInstr(); in biasPhysReg()
2929 Cand.SU->getInstr(), in initCandidate()
2936 Cand.SU->getInstr(), in initCandidate()
2943 Cand.SU->getInstr(), in initCandidate()
3221 << *SU->getInstr()); in pickNode()
3226 MachineBasicBlock::iterator InsertPos = SU->getInstr(); in reschedulePhysReg()
3239 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysReg()
3413 << *SU->getInstr()); in pickNode()
3510 << "Scheduling " << *SU->getInstr()); in pickNode()