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()
1127 if (SIInstrInfo::isEXP(*SU.getInstr())) { in colorExports()
1151 if (!SIInstrInfo::isEXP(*DAG->SUnits[k].getInstr())) in colorExports()
1336 MachineInstr *MI = SU->getInstr(); in scheduleInsideBlocks()
1365 Block->schedule((*SUs.begin())->getInstr(), (*SUs.rbegin())->getInstr()); in scheduleInsideBlocks()
1813 if (SITII->isLowLatencyInstruction(*Pred->getInstr())) { in moveLowLatencies()
1823 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in moveLowLatencies()
1844 } else if (SU->getInstr()->getOpcode() == AMDGPU::COPY) { in moveLowLatencies()
1850 if (SITII->isLowLatencyInstruction(*Succ->getInstr())) { in moveLowLatencies()
1932 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in schedule()
1935 if (SITII->getMemOperandWithOffset(*SU->getInstr(), BaseLatOp, OffLatReg, in schedule()
1938 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
2010 << *SU->getInstr()); in schedule()