Home
last modified time | relevance | path

Searched defs:shouldAddToPacket (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDFAPacketizer.h175 virtual bool shouldAddToPacket(const MachineInstr &MI) { return true; } in shouldAddToPacket() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1809 bool HexagonPacketizerList::shouldAddToPacket(const MachineInstr &MI) { in shouldAddToPacket() function in HexagonPacketizerList