Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:MCB

41   MCInst *MCB;
45 MCB = &HMI;
47 MCB = const_cast<MCInst *>(&MCK);
51 HexagonMCInstrInfo::padEndloop(getContext(), *MCB);
52 HexagonMCShuffle(*MCII, STI, *MCB);
54 assert(HexagonMCInstrInfo::bundleSize(*MCB) <= HEXAGON_PACKET_SIZE);
56 for (auto &I : HexagonMCInstrInfo::bundleInstructions(*MCB)) {
71 // At this point, MCB is a bundle
73 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MCB)) {
77 MCObjectStreamer::EmitInstruction(*MCB, STI);