Searched refs:producesStall (Results 1 – 4 of 4) sorted by relevance
363 bool producesStall(const MachineInstr *ProdMI,365 bool producesStall(const MachineInstr *MI,
111 bool producesStall(const MachineInstr *MI);
1552 return !producesStall(&MI); in shouldAddToPacket()1572 bool HexagonPacketizerList::producesStall(const MachineInstr *I) { in producesStall() function in HexagonPacketizerList
3055 bool HexagonInstrInfo::producesStall(const MachineInstr *ProdMI, in producesStall() function in HexagonInstrInfo3074 bool HexagonInstrInfo::producesStall(const MachineInstr *MI, in producesStall() function in HexagonInstrInfo3094 if (producesStall(J, MI)) in producesStall()