Searched refs:isLowLatencyInstruction (Results 1 – 3 of 3) sorted by relevance
1697 if (SITII->isLowLatencyInstruction(*Pred->getInstr())) { in moveLowLatencies()1707 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in moveLowLatencies()1732 if (SITII->isLowLatencyInstruction(*Succ->getInstr())) { in moveLowLatencies()1817 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in schedule()
521 bool isLowLatencyInstruction(const MachineInstr &MI) const;
3082 bool SIInstrInfo::isLowLatencyInstruction(const MachineInstr &MI) const { in isLowLatencyInstruction() function in SIInstrInfo