Lines Matching refs:getInstr

800     MachineInstr *MI = SU->getInstr();  in schedule()
948 const MachineInstr &MI = *SU.getInstr(); in collectVRegUses()
1139 << PrintLaneMask(P.LaneMask) << ' ' << *SU.getInstr(); in updatePressureDiffs()
1168 LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in updatePressureDiffs()
1173 << *SU->getInstr(); in updatePressureDiffs()
1184 if (EntrySU.getInstr() != nullptr) in dump()
1193 if (SchedModel.mustBeginGroup(SU.getInstr()) && in dump()
1194 SchedModel.mustEndGroup(SU.getInstr())) in dump()
1200 if (ExitSU.getInstr() != nullptr) in dump()
1365 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
1407 MachineInstr *MI = SU->getInstr(); in scheduleMI()
1683 if ((IsLoad && !SU.getInstr()->mayLoad()) || in collectMemOpRecords()
1684 (!IsLoad && !SU.getInstr()->mayStore())) in collectMemOpRecords()
1687 const MachineInstr &MI = *SU.getInstr(); in collectMemOpRecords()
1723 (Pred.getSUnit() && Pred.getSUnit()->getInstr()->mayStore()))) && in groupMemOps()
1821 MachineInstr *Copy = CopySU->getInstr(); in constrainLocalCopy()
1955 if (!SU.getInstr()->isCopy()) in apply()
2026 RemIssueCount += SchedModel->getNumMicroOps(SU.getInstr(), SC) in init()
2170 unsigned uops = SchedModel->getNumMicroOps(SU->getInstr()); in checkHazard()
2173 << SchedModel->getNumMicroOps(SU->getInstr()) << '\n'); in checkHazard()
2178 ((isTop() && SchedModel->mustBeginGroup(SU->getInstr())) || in checkHazard()
2179 (!isTop() && SchedModel->mustEndGroup(SU->getInstr())))) { in checkHazard()
2260 assert(SU->getInstr() && "Scheduled SUnit must have instr"); in releaseNode()
2392 unsigned IncMOps = SchedModel->getNumMicroOps(SU->getInstr()); in bumpNode()
2505 if ((isTop() && SchedModel->mustEndGroup(SU->getInstr())) || in bumpNode()
2506 (!isTop() && SchedModel->mustBeginGroup(SU->getInstr()))) { in bumpNode()
3098 const MachineInstr *MI = SU->getInstr(); in biasPhysReg()
3143 Cand.SU->getInstr(), in initCandidate()
3150 Cand.SU->getInstr(), in initCandidate()
3157 Cand.SU->getInstr(), in initCandidate()
3437 << *SU->getInstr()); in pickNode()
3442 MachineBasicBlock::iterator InsertPos = SU->getInstr(); in reschedulePhysReg()
3456 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysReg()
3634 << *SU->getInstr()); in pickNode()
3731 << "Scheduling " << *SU->getInstr()); in pickNode()