Searched refs:producesStall (Results 1 – 4 of 4) sorted by relevance
161 bool producesStall(const MachineInstr &MI);
430 bool producesStall(const MachineInstr &ProdMI,432 bool producesStall(const MachineInstr &MI,
1718 PacketStalls |= producesStall(MI); in addToPacket()1839 if (producesStall(MI)) in shouldAddToPacket()1940 bool HexagonPacketizerList::producesStall(const MachineInstr &I) { in producesStall() function in HexagonPacketizerList
3191 bool HexagonInstrInfo::producesStall(const MachineInstr &ProdMI, in producesStall() function in HexagonInstrInfo3209 bool HexagonInstrInfo::producesStall(const MachineInstr &MI, in producesStall() function in HexagonInstrInfo3219 return producesStall(*MII, MI); in producesStall()3223 if (producesStall(J, MI)) in producesStall()