Searched refs:isSoloInstruction (Results 1 – 5 of 5) sorted by relevance
184 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; } in isSoloInstruction() function
58 bool isSoloInstruction(const MachineInstr &MI) override;
943 bool HexagonPacketizerList::isSoloInstruction(const MachineInstr &MI) { in isSoloInstruction() function in HexagonPacketizerList1148 assert(!isSoloInstruction(*I) && "Unexpected solo instr!"); in isLegalToPacketizeTogether()
258 if (isSoloInstruction(MI)) { in PacketizeMIs()
171 bool isSoloInstruction(const MachineInstr &MI) override { in isSoloInstruction() function in __anon2db0e96e0111::R600PacketizerList