Searched refs:SITII (Results 1 – 2 of 2) sorted by relevance
1751 SITII = static_cast<const SIInstrInfo*>(TII); in SIScheduleDAGMI()1785 if (SITII->isLowLatencyInstruction(*Pred->getInstr())) { in moveLowLatencies()1795 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in moveLowLatencies()1822 if (SITII->isLowLatencyInstruction(*Succ->getInstr())) { in moveLowLatencies()1910 if (SITII->isLowLatencyInstruction(*SU->getInstr())) { in schedule()1913 if (SITII->getMemOperandWithOffset(*SU->getInstr(), BaseLatOp, OffLatReg, in schedule()1916 } else if (SITII->isHighLatencyDef(SU->getInstr()->getOpcode())) in schedule()
426 const SIInstrInfo *SITII; variable