Searched refs:isTRANS (Results 1 – 3 of 3) sorted by relevance
995 if (!FoundTrans && TII->isTRANS(I->getInstr()->getOpcode())) in apply()1322 if (TII->isTRANS(SU.getInstr()->getOpcode())) { in apply()1384 if (TII->isTRANS(Opc)) { in analyzeDAG()2396 TII->isTRANS(MI))) in canAddMI()2400 TII->isVALU(MI) && !TII->isMFMAorWMMA(MI) && !TII->isTRANS(MI)) in canAddMI()2438 TII->isTRANS(MI)) in canAddMI()
889 if (ST.hasTransForwardingHazard() && !SIInstrInfo::isTRANS(*VALU)) { in checkVALUHazards()893 if (!SIInstrInfo::isTRANS(MI)) in checkVALUHazards()1420 VisitedTrans = VisitedTrans || SIInstrInfo::isTRANS(I); in fixLdsDirectVALUHazard()1690 if (SIInstrInfo::isTRANS(I)) { in fixVALUTransUseHazard()1703 if (SIInstrInfo::isTRANS(MI)) in fixVALUTransUseHazard()
768 static bool isTRANS(const MachineInstr &MI) { in isTRANS() function772 bool isTRANS(uint16_t Opcode) const { in isTRANS() function