Searched refs:isTRANS (Results 1 – 3 of 3) sorted by relevance
970 if (!FoundTrans && TII->isTRANS(I->getInstr()->getOpcode())) in apply()1294 if (TII->isTRANS(SU.getInstr()->getOpcode())) { in apply()1356 if (TII->isTRANS(Opc)) { in analyzeDAG()2396 TII->isTRANS(MI))) in canAddMI()2400 TII->isVALU(MI) && !TII->isMFMAorWMMA(MI) && !TII->isTRANS(MI)) in canAddMI()2436 TII->isTRANS(MI)) in canAddMI()
950 if (ST.hasTransForwardingHazard() && !SIInstrInfo::isTRANS(*VALU)) { in checkVALUHazards()954 if (!SIInstrInfo::isTRANS(MI)) in checkVALUHazards()1512 VisitedTrans = VisitedTrans || SIInstrInfo::isTRANS(I); in fixLdsDirectVALUHazard()1781 if (SIInstrInfo::isTRANS(I)) { in fixVALUTransUseHazard()1794 if (SIInstrInfo::isTRANS(MI)) in fixVALUTransUseHazard()
801 static bool isTRANS(const MachineInstr &MI) { in isTRANS() function805 bool isTRANS(uint16_t Opcode) const { in isTRANS() function