Home
last modified time | relevance | path

Searched refs:SITII (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1779 SITII = static_cast<const SIInstrInfo*>(TII); in SIScheduleDAGMI()
1813 if (SITII->isLowLatencyInstruction(*Pred->getInstr())) { in moveLowLatencies()
1823 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in moveLowLatencies()
1850 if (SITII->isLowLatencyInstruction(*Succ->getInstr())) { in moveLowLatencies()
1932 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in schedule()
1935 if (SITII->getMemOperandWithOffset(*SU->getInstr(), BaseLatOp, OffLatReg, in schedule()
1938 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
H A DSIMachineScheduler.h427 const SIInstrInfo *SITII; variable