Lines Matching refs:MCB
38 if (HexagonMCInstrInfo::isInnerLoop(MCB)) { in init()
42 if (HexagonMCInstrInfo::isOuterLoop(MCB)) { in init()
47 if (HexagonMCInstrInfo::isBundle(MCB)) in init()
49 for (auto const&I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
53 init(MCB); in init()
228 : MCB(mcb), MCBDX(mcbdx), RI(ri), MCII(MCII), STI(STI), in HexagonMCChecker()
272 if (HexagonMCInstrInfo::isBundle(MCB)) { in checkBranches()
279 i < MCB.size(); ++i) { in checkBranches()
280 MCInst const &MCI = *MCB.begin()[i].getInst(); in checkBranches()
307 if (HexagonMCInstrInfo::isInnerLoop(MCB) || in checkBranches()
308 HexagonMCInstrInfo::isOuterLoop(MCB)) { in checkBranches()
393 (HexagonMCInstrInfo::isInnerLoop(MCB) || in checkRegisters()
394 HexagonMCInstrInfo::isOuterLoop(MCB))) { in checkRegisters()
468 for (auto const&HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkRegisters()
489 if (HexagonMCInstrInfo::isBundle(MCB) && in checkSolo()
490 HexagonMCInstrInfo::bundleSize(MCB) > 1) { in checkSolo()
491 for (auto const&I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkSolo()
507 HexagonMCShuffler MCS(MCII, STI, MCB); in checkShuffle()