Home
last modified time | relevance | path

Searched refs:usePackets (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h156 bool usePackets() const { return UsePackets; } in usePackets() function
DHexagonAsmPrinter.cpp758 assert(Subtarget->usePackets() && "Support for packets is disabled"); in EmitInstruction()
DHexagonISelDAGToDAGHVX.cpp2051 if (!HST->usePackets()) { in SelectV65GatherPred()
2094 if (!HST->usePackets()) { in SelectV65Gather()
DHexagonVLIWPacketizer.cpp203 if (DisablePacketizer || !HST.usePackets() || skipFunction(MF.getFunction())) in runOnMachineFunction()