Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h522 bool isHighLatencyInstruction(const MachineInstr &MI) const;
DSIMachineScheduler.cpp1822 } else if (SITII->isHighLatencyInstruction(*SU->getInstr())) in schedule()
DSIInstrInfo.cpp3088 bool SIInstrInfo::isHighLatencyInstruction(const MachineInstr &MI) const { in isHighLatencyInstruction() function in SIInstrInfo