Home
last modified time | relevance | path

Searched refs:isLowLatencyInstruction (Results 1 – 6 of 6) 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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1845 if (SITII->isLowLatencyInstruction(*Pred->getInstr())) { in moveLowLatencies()
1855 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in moveLowLatencies()
1880 if (SITII->isLowLatencyInstruction(*Succ->getInstr())) { in moveLowLatencies()
1962 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in schedule()
DSIInstrInfo.h820 bool isLowLatencyInstruction(const MachineInstr &MI) const;
DSIInstrInfo.cpp4700 bool SIInstrInfo::isLowLatencyInstruction(const MachineInstr &MI) const { in isLowLatencyInstruction() function in SIInstrInfo