Lines Matching refs:getInstr
832 MachineInstr *MI = SU->getInstr(); in schedule()
1156 const MachineInstr &MI = *SU.getInstr(); in collectVRegUses()
1347 << PrintLaneMask(P.LaneMask) << ' ' << *SU.getInstr(); in updatePressureDiffs()
1376 LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in updatePressureDiffs()
1381 << *SU->getInstr(); in updatePressureDiffs()
1392 if (EntrySU.getInstr() != nullptr) in dump()
1401 if (SchedModel.mustBeginGroup(SU.getInstr()) && in dump()
1402 SchedModel.mustEndGroup(SU.getInstr())) in dump()
1408 if (ExitSU.getInstr() != nullptr) in dump()
1573 LiveQueryResult LRQ = LI.Query(LIS->getInstructionIndex(*SU->getInstr())); in computeCyclicCriticalPath()
1615 MachineInstr *MI = SU->getInstr(); in scheduleMI()
1903 if ((IsLoad && !SU.getInstr()->mayLoad()) || in collectMemOpRecords()
1904 (!IsLoad && !SU.getInstr()->mayStore())) in collectMemOpRecords()
1907 const MachineInstr &MI = *SU.getInstr(); in collectMemOpRecords()
1944 (Pred.getSUnit() && Pred.getSUnit()->getInstr()->mayStore()))) && in groupMemOps()
2042 MachineInstr *Copy = CopySU->getInstr(); in constrainLocalCopy()
2176 if (!SU.getInstr()->isCopy()) in apply()
2248 RemIssueCount += SchedModel->getNumMicroOps(SU.getInstr(), SC) in init()
2422 unsigned uops = SchedModel->getNumMicroOps(SU->getInstr()); in checkHazard()
2425 << SchedModel->getNumMicroOps(SU->getInstr()) << '\n'); in checkHazard()
2430 ((isTop() && SchedModel->mustBeginGroup(SU->getInstr())) || in checkHazard()
2431 (!isTop() && SchedModel->mustEndGroup(SU->getInstr())))) { in checkHazard()
2514 assert(SU->getInstr() && "Scheduled SUnit must have instr"); in releaseNode()
2652 unsigned IncMOps = SchedModel->getNumMicroOps(SU->getInstr()); in bumpNode()
2785 if ((isTop() && SchedModel->mustEndGroup(SU->getInstr())) || in bumpNode()
2786 (!isTop() && SchedModel->mustBeginGroup(SU->getInstr()))) { in bumpNode()
3408 const MachineInstr *MI = SU->getInstr(); in biasPhysReg()
3453 Cand.SU->getInstr(), in initCandidate()
3460 Cand.SU->getInstr(), in initCandidate()
3467 Cand.SU->getInstr(), in initCandidate()
3747 << *SU->getInstr()); in pickNode()
3752 MachineBasicBlock::iterator InsertPos = SU->getInstr(); in reschedulePhysReg()
3766 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysReg()
3944 << *SU->getInstr()); in pickNode()
4041 << "Scheduling " << *SU->getInstr()); in pickNode()