Home
last modified time | relevance | path

Searched refs:producesStall (Results 1 – 8 of 8) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h430 bool producesStall(const MachineInstr &ProdMI,
432 bool producesStall(const MachineInstr &MI,
DHexagonVLIWPacketizer.h151 bool producesStall(const MachineInstr &MI);
DHexagonVLIWPacketizer.cpp1692 PacketStalls |= producesStall(MI); in addToPacket()
1792 return !producesStall(MI); in shouldAddToPacket()
1796 bool HexagonPacketizerList::producesStall(const MachineInstr &I) { in producesStall() function in HexagonPacketizerList
DHexagonInstrInfo.cpp3003 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()