Searched refs:isLowLatencyInstruction (Results 1 – 3 of 3) sorted by relevance
1785 if (SITII->isLowLatencyInstruction(*Pred->getInstr())) { in moveLowLatencies()1795 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in moveLowLatencies()1822 if (SITII->isLowLatencyInstruction(*Succ->getInstr())) { in moveLowLatencies()1910 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in schedule()
1288 bool isLowLatencyInstruction(const MachineInstr &MI) const;
8620 bool SIInstrInfo::isLowLatencyInstruction(const MachineInstr &MI) const { in isLowLatencyInstruction() function in SIInstrInfo