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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1813 if (SITII->isLowLatencyInstruction(*Pred->getInstr())) {
1823 if (SITII->isLowLatencyInstruction(*SU->getInstr())) {
1850 if (SITII->isLowLatencyInstruction(*Succ->getInstr())) {
1932 if (SITII->isLowLatencyInstruction(*SU->getInstr())) {
H A DSIInstrInfo.h992 bool isLowLatencyInstruction(const MachineInstr &MI) const;
H A DSIInstrInfo.cpp7015 bool SIInstrInfo::isLowLatencyInstruction(const MachineInstr &MI) const { function in class:SIInstrInfo

Completed in 287 milliseconds