Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DDFAPacketizer.h184 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; } in isSoloInstruction() function
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.h58 bool isSoloInstruction(const MachineInstr &MI) override;
DHexagonVLIWPacketizer.cpp943 bool HexagonPacketizerList::isSoloInstruction(const MachineInstr &MI) { in isSoloInstruction() function in HexagonPacketizerList
1148 assert(!isSoloInstruction(*I) && "Unexpected solo instr!"); in isLegalToPacketizeTogether()
/external/llvm/lib/CodeGen/
DDFAPacketizer.cpp258 if (isSoloInstruction(MI)) { in PacketizeMIs()
/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp171 bool isSoloInstruction(const MachineInstr &MI) override { in isSoloInstruction() function in __anon2db0e96e0111::R600PacketizerList