Searched refs:bundleSize (Results 1 – 12 of 12) sorted by relevance
109 if (!HexagonMCInstrInfo::bundleSize(MCB)) { in HexagonMCShuffle()158 if (!HexagonMCInstrInfo::bundleSize(MCB)) { in HexagonMCShuffle()211 unsigned int bundleSize = HexagonMCInstrInfo::bundleSize(MCB); in HexagonMCShuffle() local212 if (bundleSize >= HEXAGON_PACKET_SIZE) in HexagonMCShuffle()217 if (bundleSize == HEXAGON_PACKET_SIZE - 1 && fixupCount) in HexagonMCShuffle()
581 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()619 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()651 assert((HexagonMCInstrInfo::bundleSize(Res) < HEXAGON_PACKET_SIZE) && in relaxInstruction()715 while (Size > 0 && HexagonMCInstrInfo::bundleSize(Inst) < 4) { in finishLayout()
56 assert(HexagonMCInstrInfo::bundleSize(*MI) <= HEXAGON_PACKET_SIZE); in printInst()57 assert(HexagonMCInstrInfo::bundleSize(*MI) > 0); in printInst()
51 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { in bundleSize() function in llvm::HexagonMCInstrInfo84 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) in canonicalizePacket()151 assert(Index <= bundleSize(MCB)); in extenderForIndex()717 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_INNER_SIZE)) || in padEndloop()719 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_OUTER_SIZE)))) in padEndloop()
54 assert(HexagonMCInstrInfo::bundleSize(*MCB) <= HEXAGON_PACKET_SIZE); in EmitInstruction()
120 assert(HexagonMCInstrInfo::bundleSize(Inst) <= HEXAGON_PACKET_SIZE); in prettyPrintAsm()
63 size_t bundleSize(MCInst const &MCI);
490 HexagonMCInstrInfo::bundleSize(MCB) > 1) { in checkSolo()
78 size_t Last = HexagonMCInstrInfo::bundleSize(HMB) - 1; in encodeInstruction()
199 auto BundleSize = HexagonMCInstrInfo::bundleSize(MCB); in getSingleInstruction()396 HexagonMCInstrInfo::bundleSize(MCB)); in getSingleInstruction()410 MCB, HexagonMCInstrInfo::bundleSize(MCB))) { in adjustExtendedInstructions()630 MCB, HexagonMCInstrInfo::bundleSize(MCB)); in fullValue()
608 if(HexagonMCInstrInfo::bundleSize(MCB) == 0) in EmitInstruction()
710 if (HexagonMCInstrInfo::bundleSize(MCB) == 0) { in finishBundle()720 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) { in finishBundle()