Home
last modified time | relevance | path

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

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