Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h192 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; } in isSoloInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h94 bool isSoloInstruction(const MachineInstr &MI) override;
H A DHexagonVLIWPacketizer.cpp1066 bool HexagonPacketizerList::isSoloInstruction(const MachineInstr &MI) { in isSoloInstruction() function in HexagonPacketizerList
1337 assert(!isSoloInstruction(I) && "Unexpected solo instr!"); in isLegalToPacketizeTogether()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp188 if (isSoloInstruction(MI)) { in PacketizeMIs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp163 bool isSoloInstruction(const MachineInstr &MI) override { in isSoloInstruction() function in __anon0b5b71cd0111::R600PacketizerList