Searched refs:bundleSize (Results 1 – 12 of 12) sorted by relevance
115 if (!HexagonMCInstrInfo::bundleSize(MCB)) { in HexagonMCShuffle()140 if (!HexagonMCInstrInfo::bundleSize(MCB)) { in HexagonMCShuffle()192 unsigned int bundleSize = HexagonMCInstrInfo::bundleSize(MCB); in HexagonMCShuffle() local193 if (bundleSize >= HEXAGON_PACKET_SIZE) in HexagonMCShuffle()198 if (bundleSize >= HEXAGON_PACKET_SIZE - 1) { in HexagonMCShuffle()205 if (bundleSize == HEXAGON_PACKET_SIZE - 1 && fixupCount) in HexagonMCShuffle()218 if (bhasDuplex && bundleSize >= maxBundleSize) in HexagonMCShuffle()
38 assert(HexagonMCInstrInfo::bundleSize(*MI) <= HEXAGON_PACKET_SIZE); in printInst()39 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()
599 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()637 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()670 assert((HexagonMCInstrInfo::bundleSize(Res) < HEXAGON_PACKET_SIZE) && in relaxInstruction()735 while (Size > 0 && HexagonMCInstrInfo::bundleSize(Inst) < 4) { in finishLayout()
117 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { in bundleSize() function in HexagonMCInstrInfo151 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) in canonicalizePacket()194 assert(Index <= bundleSize(MCB)); in extenderForIndex()812 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_INNER_SIZE)) || in padEndloop()814 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_OUTER_SIZE)))) in padEndloop()
90 size_t bundleSize(MCInst const &MCI);
144 assert(HexagonMCInstrInfo::bundleSize(Inst) <= HEXAGON_PACKET_SIZE); in prettyPrintAsm()
653 if (HexagonMCInstrInfo::bundleSize(MCB) > 1) in checkSolo()
380 size_t Last = HexagonMCInstrInfo::bundleSize(HMB) - 1; in encodeInstruction()
300 auto BundleSize = HexagonMCInstrInfo::bundleSize(MCB); in getSingleInstruction()312 MCB, HexagonMCInstrInfo::bundleSize(MCB)); in getSingleInstruction()
777 if (HexagonMCInstrInfo::bundleSize(MCB) == 0) in EmitInstruction()
480 if (HexagonMCInstrInfo::bundleSize(MCB) == 0) { in finishBundle()490 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) { in finishBundle()