Searched refs:bundleSize (Results 1 – 12 of 12) sorted by relevance
112 if (!HexagonMCInstrInfo::bundleSize(MCB)) { in HexagonMCShuffle()137 if (!HexagonMCInstrInfo::bundleSize(MCB)) { in HexagonMCShuffle()187 unsigned int bundleSize = HexagonMCInstrInfo::bundleSize(MCB); in HexagonMCShuffle() local188 if (bundleSize >= HEXAGON_PACKET_SIZE) in HexagonMCShuffle()193 if (bundleSize >= HEXAGON_PACKET_SIZE - 1) { in HexagonMCShuffle()200 if (bundleSize == HEXAGON_PACKET_SIZE - 1 && fixupCount) in HexagonMCShuffle()213 if (bhasDuplex && bundleSize >= maxBundleSize) in HexagonMCShuffle()
37 assert(HexagonMCInstrInfo::bundleSize(*MI) <= HEXAGON_PACKET_SIZE); in printInst()38 assert(HexagonMCInstrInfo::bundleSize(*MI) > 0); in printInst()
597 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()635 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()662 assert((HexagonMCInstrInfo::bundleSize(Res) < HEXAGON_PACKET_SIZE) && in relaxInstruction()732 HexagonMCInstrInfo::bundleSize(Inst) < MaxPacketSize) { in finishLayout()
69 assert(HexagonMCInstrInfo::bundleSize(MCB) <= HEXAGON_PACKET_SIZE); in emitInstruction()70 assert(HexagonMCInstrInfo::bundleSize(MCB) > 0); in emitInstruction()
116 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { in bundleSize() function in HexagonMCInstrInfo 155 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) { in canonicalizePacketImpl() 224 assert(Index <= bundleSize(MCB)); in extenderForIndex() 1051 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_INNER_SIZE)) || in LoopNeedsPadding() 1053 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_OUTER_SIZE))));
96 size_t bundleSize(MCInst const &MCI);
693 if (HexagonMCInstrInfo::bundleSize(MCB) > 1) in checkSolo()
239 assert(HexagonMCInstrInfo::bundleSize(Inst) <= HEXAGON_PACKET_SIZE); in prettyPrintAsm()
379 size_t Last = HexagonMCInstrInfo::bundleSize(HMB) - 1; in encodeInstruction()
311 auto BundleSize = HexagonMCInstrInfo::bundleSize(MCB); in getSingleInstruction() 323 MCB, HexagonMCInstrInfo::bundleSize(MCB)); in getSingleInstruction()
775 if (HexagonMCInstrInfo::bundleSize(MCB) == 0) in emitInstruction()
490 if (HexagonMCInstrInfo::bundleSize(MCB) == 0) { in finishBundle()