Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp1759 SITII = static_cast<const SIInstrInfo*>(TII); in SIScheduleDAGMI()
1793 if (SITII->isLowLatencyInstruction(*Pred->getInstr())) { in moveLowLatencies()
1803 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in moveLowLatencies()
1830 if (SITII->isLowLatencyInstruction(*Succ->getInstr())) { in moveLowLatencies()
1918 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in schedule()
1921 if (SITII->getMemOperandWithOffset(*SU->getInstr(), BaseLatOp, OffLatReg, in schedule()
1924 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
H A DSIMachineScheduler.h426 const SIInstrInfo *SITII; variable