HomeSort by relevance Sort by last modified time
    Searched refs:isPacketEnd (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.h 39 bool isPacketEnd() const { return (packetEnd); };
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.cpp 53 assert(MI->isPacketEnd() && "Loop-end must also end the packet");
67 if (MI->isPacketEnd())
80 if (MI->isPacketEnd())

Completed in 4492 milliseconds