Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h335 bool producesStall(const MachineInstr *ProdMI,
337 bool producesStall(const MachineInstr *MI,
DHexagonVLIWPacketizer.h110 bool producesStall(const MachineInstr *MI);
DHexagonVLIWPacketizer.cpp1525 return !producesStall(MI); in shouldAddToPacket()
1545 bool HexagonPacketizerList::producesStall(const MachineInstr *I) { in producesStall() function in HexagonPacketizerList
DHexagonInstrInfo.cpp2612 bool HexagonInstrInfo::producesStall(const MachineInstr *ProdMI, in producesStall() function in HexagonInstrInfo
2631 bool HexagonInstrInfo::producesStall(const MachineInstr *MI, in producesStall() function in HexagonInstrInfo
2651 if (producesStall(J, MI)) in producesStall()