Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DDFAPacketizer.h184 virtual bool isSoloInstruction(const MachineInstr &MI) { return true; } in isSoloInstruction() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DDFAPacketizer.h189 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.h84 bool isSoloInstruction(const MachineInstr &MI) override;
DHexagonVLIWPacketizer.cpp1060 bool HexagonPacketizerList::isSoloInstruction(const MachineInstr &MI) { in isSoloInstruction() function in HexagonPacketizerList
1323 assert(!isSoloInstruction(I) && "Unexpected solo instr!"); in isLegalToPacketizeTogether()
/external/llvm/lib/CodeGen/
DDFAPacketizer.cpp258 if (isSoloInstruction(MI)) { in PacketizeMIs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp277 if (isSoloInstruction(MI)) { in PacketizeMIs()
/external/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp171 bool isSoloInstruction(const MachineInstr &MI) override { in isSoloInstruction() function in __anon18a263af0111::R600PacketizerList
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600Packetizer.cpp169 bool isSoloInstruction(const MachineInstr &MI) override { in isSoloInstruction() function in __anon90d2bde70111::R600PacketizerList