HomeSort by: relevance | last modified time | path
    Searched defs:bundleSize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCShuffler.cpp 113 if (!HexagonMCInstrInfo::bundleSize(MCB)) {
138 if (!HexagonMCInstrInfo::bundleSize(MCB)) {
190 unsigned int bundleSize = HexagonMCInstrInfo::bundleSize(MCB);
191 if (bundleSize >= HEXAGON_PACKET_SIZE)
196 if (bundleSize >= HEXAGON_PACKET_SIZE - 1) {
203 if (bundleSize == HEXAGON_PACKET_SIZE - 1 && fixupCount)
216 if (bhasDuplex && bundleSize >= maxBundleSize)
HexagonMCInstrInfo.cpp 116 size_t HexagonMCInstrInfo::bundleSize(MCInst const &MCI) {
150 if (HexagonMCInstrInfo::bundleSize(MCB) > HEXAGON_PACKET_SIZE) {
217 assert(Index <= bundleSize(MCB));
919 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_INNER_SIZE)) ||
921 (HexagonMCInstrInfo::bundleSize(MCB) < HEXAGON_PACKET_OUTER_SIZE))))

Completed in 22 milliseconds