Searched defs:isSoloInstruction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h146 // isSoloInstruction - return true if instruction MI can not be packetized
148 virtual bool isSoloInstruction(MachineInstr *MI) { function in class:llvm::VLIWPacketizerList
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp131 // 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) { function in class:HexagonPacketizerList
1018 if (isSoloInstruction(I))

Completed in 55 milliseconds