Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:isSoloInstruction

130     // isSoloInstruction - return true if instruction MI can not be packetized
132 bool isSoloInstruction(MachineInstr *MI);
975 // isSoloInstruction: - Returns true for instructions that must be
977 bool HexagonPacketizerList::isSoloInstruction(MachineInstr *MI) {
1017 if (isSoloInstruction(I))