Home
last modified time | relevance | path

Searched defs:isSoloInstruction (Results 1 – 3 of 3) 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/AMDGPU/
H A DR600Packetizer.cpp163 bool isSoloInstruction(const MachineInstr &MI) override { in isSoloInstruction() function in __anon0b5b71cd0111::R600PacketizerList
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1066 bool HexagonPacketizerList::isSoloInstruction(const MachineInstr &MI) { in isSoloInstruction() function in HexagonPacketizerList