Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:MCB

1014                                           MCInst const &MCB) {
1015 assert(isBundle(MCB));
1018 unsigned numInstrInPacket = MCB.getNumOperands();
1027 if (isStoreInst(MCB.getOperand(j).getInst()->getOpcode()) &&
1028 isStoreInst(MCB.getOperand(k).getInst()->getOpcode())) {
1033 if (HexagonMCInstrInfo::isMemReorderDisabled(MCB)) // }:mem_noshuf
1038 MCII, *MCB.getOperand(k).getInst(),
1039 HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1),
1040 *MCB.getOperand(j).getInst(),
1041 HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1),
1045 getDuplexCandidateGroup(*MCB.getOperand(k).getInst()),
1046 getDuplexCandidateGroup(*MCB.getOperand(j).getInst()));
1051 << MCB.getOperand(j).getInst()->getOpcode() << ","
1052 << MCB.getOperand(k).getInst()->getOpcode() << "\n");
1056 << MCB.getOperand(j).getInst()->getOpcode() << ","
1057 << MCB.getOperand(k).getInst()->getOpcode() << "\n");
1063 MCII, *MCB.getOperand(j).getInst(),
1064 HexagonMCInstrInfo::hasExtenderForIndex(MCB, j - 1),
1065 *MCB.getOperand(k).getInst(),
1066 HexagonMCInstrInfo::hasExtenderForIndex(MCB, k - 1),
1070 getDuplexCandidateGroup(*MCB.getOperand(j).getInst()),
1071 getDuplexCandidateGroup(*MCB.getOperand(k).getInst()));
1076 << MCB.getOperand(j).getInst()->getOpcode() << ","
1077 << MCB.getOperand(k).getInst()->getOpcode() << "\n");
1080 << MCB.getOperand(j).getInst()->getOpcode() << ","
1081 << MCB.getOperand(k).getInst()->getOpcode() << "\n");