Searched refs:isSoloInstruction (Results 1 – 5 of 5) sorted by relevance
192 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; } in isSoloInstruction() function
94 bool isSoloInstruction(const MachineInstr &MI) override;
1066 bool HexagonPacketizerList::isSoloInstruction(const MachineInstr &MI) { in isSoloInstruction() function in HexagonPacketizerList1337 assert(!isSoloInstruction(I) && "Unexpected solo instr!"); in isLegalToPacketizeTogether()
188 if (isSoloInstruction(MI)) { in PacketizeMIs()
163 bool isSoloInstruction(const MachineInstr &MI) override { in isSoloInstruction() function in __anon0b5b71cd0111::R600PacketizerList