Home
last modified time | relevance | path

Searched refs:producesStall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h161 bool producesStall(const MachineInstr &MI);
H A DHexagonInstrInfo.h430 bool producesStall(const MachineInstr &ProdMI,
432 bool producesStall(const MachineInstr &MI,
H A DHexagonVLIWPacketizer.cpp1718 PacketStalls |= producesStall(MI); in addToPacket()
1839 if (producesStall(MI)) in shouldAddToPacket()
1940 bool HexagonPacketizerList::producesStall(const MachineInstr &I) { in producesStall() function in HexagonPacketizerList
H A DHexagonInstrInfo.cpp3191 bool HexagonInstrInfo::producesStall(const MachineInstr &ProdMI, in producesStall() function in HexagonInstrInfo
3209 bool HexagonInstrInfo::producesStall(const MachineInstr &MI, in producesStall() function in HexagonInstrInfo
3219 return producesStall(*MII, MI); in producesStall()
3223 if (producesStall(J, MI)) in producesStall()