Home
last modified time | relevance | path

Searched refs:isLowLatencyInstruction (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1697 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()
DSIInstrInfo.h521 bool isLowLatencyInstruction(const MachineInstr &MI) const;
DSIInstrInfo.cpp3082 bool SIInstrInfo::isLowLatencyInstruction(const MachineInstr &MI) const { in isLowLatencyInstruction() function in SIInstrInfo