Searched defs:bundleSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp109 if (!HexagonMCInstrInfo::bundleSize(MCB)) {
158 if (!HexagonMCInstrInfo::bundleSize(MCB)) {
211 unsigned int bundleSize = HexagonMCInstrInfo::bundleSize(MCB); local
212 if (bundleSize >= HEXAGON_PACKET_SIZE)
217 if (bundleSize == HEXAGON_PACKET_SIZE - 1 && fixupCount)
H A DHexagonMCInstrInfo.cpp51 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) { function in class:llvm::HexagonMCInstrInfo
84 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE)
151 assert(Index <= bundleSize(MCB));
717 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_INNER_SIZE)) ||
719 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_OUTER_SIZE))))

Completed in 112 milliseconds