Lines Matching refs:getInstr
252 TopRPTracker.getDownwardPressure(SU->getInstr(), pressure, MaxPressure); in pickNode()
319 RPTracker.setPos(SU->getInstr()); in initRegPressure()
400 TopRPTracker.setPos(SU->getInstr()); in schedule()
1125 if (SIInstrInfo::isEXP(*SU.getInstr())) { in colorExports()
1137 if (!SIInstrInfo::isEXP(*SuccSU->getInstr())) { in colorExports()
1322 MachineInstr *MI = SU->getInstr(); in scheduleInsideBlocks()
1351 Block->schedule((*SUs.begin())->getInstr(), (*SUs.rbegin())->getInstr()); in scheduleInsideBlocks()
1793 if (SITII->isLowLatencyInstruction(*Pred->getInstr())) { in moveLowLatencies()
1803 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in moveLowLatencies()
1824 } else if (SU->getInstr()->getOpcode() == AMDGPU::COPY) { in moveLowLatencies()
1830 if (SITII->isLowLatencyInstruction(*Succ->getInstr())) { in moveLowLatencies()
1918 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in schedule()
1921 if (SITII->getMemOperandWithOffset(*SU->getInstr(), BaseLatOp, OffLatReg, in schedule()
1924 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
1995 << *SU->getInstr()); in schedule()