Home
last modified time | relevance | path

Searched refs:isSoloInstruction (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DDFAPacketizer.h185 virtual bool isSoloInstruction(const MachineInstr *MI) { in isSoloInstruction() function
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.h58 bool isSoloInstruction(const MachineInstr *MI) override;
DHexagonVLIWPacketizer.cpp937 bool HexagonPacketizerList::isSoloInstruction(const MachineInstr *MI) { in isSoloInstruction() function in HexagonPacketizerList
1142 assert(!isSoloInstruction(I) && "Unexpected solo instr!"); in isLegalToPacketizeTogether()
/external/llvm/lib/CodeGen/
DDFAPacketizer.cpp228 if (this->isSoloInstruction(MI)) { in PacketizeMIs()
/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp172 bool isSoloInstruction(const MachineInstr *MI) override { in isSoloInstruction() function in __anonf082477b0111::R600PacketizerList