Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:isSoloInstruction

131     // isSoloInstruction - return true if instruction MI can not be packetized
133 bool isSoloInstruction(MachineInstr *MI) override;
976 // isSoloInstruction: - Returns true for instructions that must be
978 bool HexagonPacketizerList::isSoloInstruction(MachineInstr *MI) {
1018 if (isSoloInstruction(I))