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()212 unsigned int bundleSize = HexagonMCInstrInfo::bundleSize(MCB); in HexagonMCShuffle() local213 if (bundleSize >= HEXAGON_PACKET_SIZE) in HexagonMCShuffle()218 if (bundleSize == HEXAGON_PACKET_SIZE - 1 && fixupCount) in HexagonMCShuffle()
238 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()279 if (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_SIZE) { in fixupNeedsRelaxationAdvanced()311 assert((HexagonMCInstrInfo::bundleSize(Res) < HEXAGON_PACKET_SIZE) && in relaxInstruction()
51 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { in bundleSize() function in llvm::HexagonMCInstrInfo84 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) in canonicalizePacket()150 assert(Index <= bundleSize(MCB)); in extenderForIndex()583 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_INNER_SIZE)) || in padEndloop()585 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_OUTER_SIZE)))) in padEndloop()
56 assert(HexagonMCInstrInfo::bundleSize(*MI) <= HEXAGON_PACKET_SIZE); in printInst()57 assert(HexagonMCInstrInfo::bundleSize(*MI) > 0); in printInst()
54 assert(HexagonMCInstrInfo::bundleSize(*MCB) <= HEXAGON_PACKET_SIZE); in EmitInstruction()
85 assert(HexagonMCInstrInfo::bundleSize(Inst) <= HEXAGON_PACKET_SIZE); in prettyPrintAsm()
63 size_t bundleSize(MCInst const &MCI);
486 HexagonMCInstrInfo::bundleSize(MCB) > 1) { in checkSolo()
78 size_t Last = HexagonMCInstrInfo::bundleSize(HMB) - 1; in encodeInstruction()
200 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()
591 if(HexagonMCInstrInfo::bundleSize(MCB) == 0) in EmitInstruction()
712 if (HexagonMCInstrInfo::bundleSize(MCB) == 0) { in finishBundle()722 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) { in finishBundle()