Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h363 bool producesStall(const MachineInstr *ProdMI,
365 bool producesStall(const MachineInstr *MI,
DHexagonVLIWPacketizer.h111 bool producesStall(const MachineInstr *MI);
DHexagonVLIWPacketizer.cpp1552 return !producesStall(&MI); in shouldAddToPacket()
1572 bool HexagonPacketizerList::producesStall(const MachineInstr *I) { in producesStall() function in HexagonPacketizerList
DHexagonInstrInfo.cpp3055 bool HexagonInstrInfo::producesStall(const MachineInstr *ProdMI, in producesStall() function in HexagonInstrInfo
3074 bool HexagonInstrInfo::producesStall(const MachineInstr *MI, in producesStall() function in HexagonInstrInfo
3094 if (producesStall(J, MI)) in producesStall()