Searched refs:isPacketBegin (Results 1 – 3 of 3) sorted by relevance
90 if (HexagonMCInstrInfo::isPacketBegin(*MI)) { in printInst()97 HexagonMCInstrInfo::setPacketBegin (Nop, HexagonMCInstrInfo::isPacketBegin(*MI)); in printInst()109 if (HexagonMCInstrInfo::isPacketBegin(*MI)) in printInst()
75 bool isPacketBegin(MCInst const &MCI);
181 bool HexagonMCInstrInfo::isPacketBegin(MCInst const &MCI) { in isPacketBegin() function in llvm::HexagonMCInstrInfo