Searched refs:producesStall (Results 1 – 4 of 4) sorted by relevance
335 bool producesStall(const MachineInstr *ProdMI,337 bool producesStall(const MachineInstr *MI,
110 bool producesStall(const MachineInstr *MI);
1525 return !producesStall(MI); in shouldAddToPacket()1545 bool HexagonPacketizerList::producesStall(const MachineInstr *I) { in producesStall() function in HexagonPacketizerList
2612 bool HexagonInstrInfo::producesStall(const MachineInstr *ProdMI, in producesStall() function in HexagonInstrInfo2631 bool HexagonInstrInfo::producesStall(const MachineInstr *MI, in producesStall() function in HexagonInstrInfo2651 if (producesStall(J, MI)) in producesStall()