Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1785 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()
H A DSIInstrInfo.h1288 bool isLowLatencyInstruction(const MachineInstr &MI) const;
H A DSIInstrInfo.cpp8620 bool SIInstrInfo::isLowLatencyInstruction(const MachineInstr &MI) const { in isLowLatencyInstruction() function in SIInstrInfo