Searched refs:producesStall (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 363 bool producesStall(const MachineInstr *ProdMI, 365 bool producesStall(const MachineInstr *MI,
|
D | HexagonVLIWPacketizer.h | 111 bool producesStall(const MachineInstr *MI);
|
D | HexagonVLIWPacketizer.cpp | 1552 return !producesStall(&MI); in shouldAddToPacket() 1572 bool HexagonPacketizerList::producesStall(const MachineInstr *I) { in producesStall() function in HexagonPacketizerList
|
D | HexagonInstrInfo.cpp | 3055 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 430 bool producesStall(const MachineInstr &ProdMI, 432 bool producesStall(const MachineInstr &MI,
|
D | HexagonVLIWPacketizer.h | 151 bool producesStall(const MachineInstr &MI);
|
D | HexagonVLIWPacketizer.cpp | 1692 PacketStalls |= producesStall(MI); in addToPacket() 1792 return !producesStall(MI); in shouldAddToPacket() 1796 bool HexagonPacketizerList::producesStall(const MachineInstr &I) { in producesStall() function in HexagonPacketizerList
|
D | HexagonInstrInfo.cpp | 3003 bool HexagonInstrInfo::producesStall(const MachineInstr &ProdMI, in producesStall() function in HexagonInstrInfo 3021 bool HexagonInstrInfo::producesStall(const MachineInstr &MI, in producesStall() function in HexagonInstrInfo 3031 return producesStall(*MII, MI); in producesStall() 3035 if (producesStall(J, MI)) in producesStall()
|