Searched refs:bundleSize (Results 1 – 12 of 12) sorted by relevance
113 if (!HexagonMCInstrInfo::bundleSize(MCB)) { in HexagonMCShuffle()138 if (!HexagonMCInstrInfo::bundleSize(MCB)) { in HexagonMCShuffle()190 unsigned int bundleSize = HexagonMCInstrInfo::bundleSize(MCB); in HexagonMCShuffle() local191 if (bundleSize >= HEXAGON_PACKET_SIZE) in HexagonMCShuffle()196 if (bundleSize >= HEXAGON_PACKET_SIZE - 1) { in HexagonMCShuffle()203 if (bundleSize == HEXAGON_PACKET_SIZE - 1 && fixupCount) in HexagonMCShuffle()216 if (bhasDuplex && bundleSize >= maxBundleSize) in HexagonMCShuffle()
37 assert(HexagonMCInstrInfo::bundleSize(*MI) <= HEXAGON_PACKET_SIZE); in printInst()38 assert(HexagonMCInstrInfo::bundleSize(*MI) > 0); in printInst()
65 assert(HexagonMCInstrInfo::bundleSize(MCB) <= HEXAGON_PACKET_SIZE); in emitInstruction()66 assert(HexagonMCInstrInfo::bundleSize(MCB) > 0); in emitInstruction()
598 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()636 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()670 assert((HexagonMCInstrInfo::bundleSize(Res) < HEXAGON_PACKET_SIZE) && in relaxInstruction()738 HexagonMCInstrInfo::bundleSize(Inst) < MaxPacketSize) { in finishLayout()
116 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { in bundleSize() function in HexagonMCInstrInfo150 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) { in canonicalizePacketImpl()217 assert(Index <= bundleSize(MCB)); in extenderForIndex()919 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_INNER_SIZE)) || in padEndloop()921 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_OUTER_SIZE)))) in padEndloop()
90 size_t bundleSize(MCInst const &MCI);
214 assert(HexagonMCInstrInfo::bundleSize(Inst) <= HEXAGON_PACKET_SIZE); in prettyPrintAsm()
661 if (HexagonMCInstrInfo::bundleSize(MCB) > 1) in checkSolo()
378 size_t Last = HexagonMCInstrInfo::bundleSize(HMB) - 1; in encodeInstruction()
302 auto BundleSize = HexagonMCInstrInfo::bundleSize(MCB); in getSingleInstruction()314 MCB, HexagonMCInstrInfo::bundleSize(MCB)); in getSingleInstruction()
769 if (HexagonMCInstrInfo::bundleSize(MCB) == 0) in emitInstruction()
486 if (HexagonMCInstrInfo::bundleSize(MCB) == 0) { in finishBundle()