Lines Matching refs:getInstr
799 MachineInstr *MI = SU->getInstr(); in schedule()
949 const MachineInstr &MI = *SU.getInstr(); in collectVRegUses()
1140 << PrintLaneMask(P.LaneMask) << ' ' << *SU.getInstr(); in updatePressureDiffs()
1169 LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in updatePressureDiffs()
1174 << *SU->getInstr(); in updatePressureDiffs()
1185 if (EntrySU.getInstr() != nullptr) in dump()
1194 if (SchedModel.mustBeginGroup(SU.getInstr()) && in dump()
1195 SchedModel.mustEndGroup(SU.getInstr())) in dump()
1201 if (ExitSU.getInstr() != nullptr) in dump()
1366 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
1408 MachineInstr *MI = SU->getInstr(); in scheduleMI()
1684 if ((IsLoad && !SU.getInstr()->mayLoad()) || in collectMemOpRecords()
1685 (!IsLoad && !SU.getInstr()->mayStore())) in collectMemOpRecords()
1688 const MachineInstr &MI = *SU.getInstr(); in collectMemOpRecords()
1724 (Pred.getSUnit() && Pred.getSUnit()->getInstr()->mayStore()))) && in groupMemOps()
1822 MachineInstr *Copy = CopySU->getInstr(); in constrainLocalCopy()
1956 if (!SU.getInstr()->isCopy()) in apply()
2027 RemIssueCount += SchedModel->getNumMicroOps(SU.getInstr(), SC) in init()
2171 unsigned uops = SchedModel->getNumMicroOps(SU->getInstr()); in checkHazard()
2174 << SchedModel->getNumMicroOps(SU->getInstr()) << '\n'); in checkHazard()
2179 ((isTop() && SchedModel->mustBeginGroup(SU->getInstr())) || in checkHazard()
2180 (!isTop() && SchedModel->mustEndGroup(SU->getInstr())))) { in checkHazard()
2261 assert(SU->getInstr() && "Scheduled SUnit must have instr"); in releaseNode()
2393 unsigned IncMOps = SchedModel->getNumMicroOps(SU->getInstr()); in bumpNode()
2506 if ((isTop() && SchedModel->mustEndGroup(SU->getInstr())) || in bumpNode()
2507 (!isTop() && SchedModel->mustBeginGroup(SU->getInstr()))) { in bumpNode()
3099 const MachineInstr *MI = SU->getInstr(); in biasPhysReg()
3144 Cand.SU->getInstr(), in initCandidate()
3151 Cand.SU->getInstr(), in initCandidate()
3158 Cand.SU->getInstr(), in initCandidate()
3438 << *SU->getInstr()); in pickNode()
3443 MachineBasicBlock::iterator InsertPos = SU->getInstr(); in reschedulePhysReg()
3457 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysReg()
3635 << *SU->getInstr()); in pickNode()
3732 << "Scheduling " << *SU->getInstr()); in pickNode()